View source: R/plot.functions.R
plot.ngme | R Documentation |
Plots the parameter estimates at successive iterations of the stochastic algorithm.
## S3 method for class 'ngme'
plot(object, param = "fixed", n.exclude = 0, index = NULL, ...)
object |
A fitted object returned by the |
param |
A character string for which parameter set the traces
are to be plotted;
|
n.exclude |
A numeric value for excluding a portion of the trajectory (from left) for plotting. |
index |
When plotting fixed effects, the indices of the effects to plot. |
... |
Additional arguments; none used currently. |
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.