fitted.ngme | R Documentation |
Calculates fitted values.
## S3 method for class 'ngme'
fitted(object, type = "marginal", ...)
object |
A fitted object by calling |
type |
A character string for the type of fitted values;
|
... |
Additional arguments; none used currently. |
Subject-specific fitted values can be obtained using "predict.ngme"
.
ngme
, fitted
## 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.