residuals.ngme | R Documentation |
Calculates residuals.
## S3 method for class 'ngme'
residuals(object, type = "marginal", ...)
object |
A fitted object returned by the |
type |
A character string for the type of fitted values;
|
... |
Additional arguments; none used currently. |
Subject-specific residaul values are not available currently.
ngme
, fitted.ngme
## Not run:
fit <- ngme(...)
fitted(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.