We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9d54c commit 77ceb91Copy full SHA for 77ceb91
doc/NEWS.Rd
@@ -21,8 +21,8 @@
21
still uses \code{stats4::logLik} and \code{stats4::nobs}, but packages
22
no longer need to load \code{stats4} explicitly.
23
24
- \item \code{confint.default} now also works on S4 objects, as long as they
25
- have \code{coef()} and \code{vcov()} generics.
+ \item \code{confint.default} now also works on S4 objects, as long as
+ suitable \code{coef()} and \code{vcov()} methods exist.
26
27
\item \code{binomial(identity)} and \code{quasibinomial(identity)} now work
28
without having to quote the argument.
0 commit comments