aboutsummaryrefslogtreecommitdiff
path: root/man/residuals.mkinfit.Rd
blob: aaff12c06a6b28217e057aafd93fbe0a9b376d02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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}{A \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