Description Usage Arguments Value
View source: R/ModelAnalysis.R
Sample from posterior prediction of limiting factors
1 2 3 4 5 6 | predictLimitations(
fit,
newdata = fit$data,
nsamples = nrow(fit$posterior),
include_error = FALSE
)
|
fit |
Object of class |
newdata |
New data for which predictions are requested |
nsamples |
Number of samples to obtain from the posterior prediction |
include_error |
Indicate whether predictions should include observation error or not.
Defaults to |
Matrix with sample from predictive posterior with nsamples
rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.