Description Usage Arguments Value Examples
This function is used to simulate from a Gaussian process panel model,
which has been specified using gppm
.
1 2 3 |
object |
object of class GPPM. The Gaussian process panel model from which to simulate. |
nsim |
integer. Number of data sets to generate. |
seed |
numeric. Random seed to be used. |
parameterValues |
numeric vector. Used to specify the values for the parameters. Which value belongs to which parameter is determined by the names attribute of parameterValues. See also the example. |
verbose |
boolean. Print diagnostic output? |
... |
additional parameters (currently not used). |
A simulated data set, which is an object of class 'LongData'. If nsim>1
a list of nsim
simulated data sets.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.