aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/confint.mkinfit.Rd6
-rw-r--r--man/parms.Rd4
2 files changed, 7 insertions, 3 deletions
diff --git a/man/confint.mkinfit.Rd b/man/confint.mkinfit.Rd
index 94f55d14..943904b9 100644
--- a/man/confint.mkinfit.Rd
+++ b/man/confint.mkinfit.Rd
@@ -37,6 +37,8 @@ the student t distribution or assume normal distribution for
the parameter estimate}
\item{quiet}{Should we suppress messages?}
+
+\item{\dots}{Not used}
}
\value{
A matrix with columns giving lower and upper confidence limits for
@@ -48,7 +50,9 @@ Confidence intervals for parameters of mkinfit objects
\examples{
f <- mkinfit("SFO", FOCUS_2006_C, quiet = TRUE)
confint(f, method = "quadratic")
-confint(f, method = "profile")
+\dontrun{
+ confint(f, method = "profile")
+}
}
\references{
Pawitan Y (2013) In all likelihood - Statistical modelling and
diff --git a/man/parms.Rd b/man/parms.Rd
index 6de52557..73cb23cd 100644
--- a/man/parms.Rd
+++ b/man/parms.Rd
@@ -12,10 +12,10 @@ parms(object, ...)
\arguments{
\item{object}{A fitted model object}
+\item{\dots}{Not used}
+
\item{transformed}{Should the parameters be returned
as used internally during the optimisation?}
-
-\item{complete}{Unused argument for compatibility with the generic coef function from base R}
}
\value{
A numeric vector of fitted model parameters

Contact - Imprint