aboutsummaryrefslogtreecommitdiff
path: root/man/residuals.mkinfit.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-10-31 01:55:01 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-10-31 01:59:05 +0100
commit7091d3738e7e55acb20edb88772b228f6f5b6c98 (patch)
treeb6e31700074605c702662e5238162c57de330453 /man/residuals.mkinfit.Rd
parent5e4ea59a41e00b05ea6664c08c7922e892e8ab77 (diff)
Add likelihood ratio test and other methods, fixes
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added.
Diffstat (limited to 'man/residuals.mkinfit.Rd')
-rw-r--r--man/residuals.mkinfit.Rd24
1 files changed, 24 insertions, 0 deletions
diff --git a/man/residuals.mkinfit.Rd b/man/residuals.mkinfit.Rd
new file mode 100644
index 00000000..407b89b9
--- /dev/null
+++ b/man/residuals.mkinfit.Rd
@@ -0,0 +1,24 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/residuals.mkinfit.R
+\name{residuals.mkinfit}
+\alias{residuals.mkinfit}
+\title{Extract residuals from an mkinfit model}
+\usage{
+\method{residuals}{mkinfit}(object, standardized = FALSE, ...)
+}
+\arguments{
+\item{object}{An \code{\link{mkinfit}} object}
+
+\item{standardized}{Should the residuals be standardized by dividing by the
+standard deviation obtained from the fitted error model?}
+
+\item{\dots}{Not used}
+}
+\description{
+Extract residuals from an mkinfit model
+}
+\examples{
+f <- mkinfit("DFOP", FOCUS_2006_C, quiet = TRUE)
+residuals(f)
+residuals(f, standardized = TRUE)
+}

Contact - Imprint