intervals | R Documentation |
Calculates confidence intervals for model parameters.
intervals(object, type = "fixed", level = 0.95)
object |
A fitted object by calling |
type |
A character string for the type of parameters;
|
level |
A numerical value indicating the confidence level. |
Parameter estimates for random-effects and noise parameters are not available currently.
ngme
## Not run:
fit <- ngme(...)
intervals(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.