| rpk | R Documentation |
Simulate parameters from a pkm model object
rpk(n, model)
n |
the number of simulation draws |
model |
A |
list of pairs of matrices of n simulated p and
k for cells defined by the model object.
rpk, pkm
data(wind_RP)
mod <- pkm(formula_p = p ~ 1, formula_k = k ~ Season, data = wind_RP$SE)
rpk(n = 10, model = mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.