diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-26 22:52:53 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-26 22:52:53 +0200 |
commit | 6e5630a0df7e857697ff2ce4730a5f7f45b67377 (patch) | |
tree | 1d65d0b5c0540b1ae1ab160ed3c6cd1c50a4446f /man/confint.mkinfit.Rd | |
parent | cb03bf1fb1e6326f06029969663f3399af96b05d (diff) |
Fix checks and tests
Static documentation rebuilt by pkgdown
Diffstat (limited to 'man/confint.mkinfit.Rd')
-rw-r--r-- | man/confint.mkinfit.Rd | 6 |
1 files changed, 5 insertions, 1 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 |