View source: R/prior_predictive_check.R
model_check | R Documentation |
Check the model and display the results.
model_check(feature.names, climateset, mu = 0, sigma = 1, prior = TRUE)
feature.names |
A list of features. |
climateset |
Must be a dataframe. |
mu |
A number set per defalt to 0. |
sigma |
A number set per default to 1. |
prior |
A boolean TRUE means prior_predictive_check is called, else Posterior_predictive_check. Per Default is its value set to TRUE. |
model_check([], 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.