model_check: Check the model and display the results.

View source: R/prior_predictive_check.R

model_checkR Documentation

Check the model and display the results.

Description

Check the model and display the results.

Usage

model_check(feature.names, climateset, mu = 0, sigma = 1, prior = TRUE)

Arguments

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.

Examples

model_check([], 1)

Arthuro1/climate_change_r_package documentation built on March 19, 2022, 2:21 a.m.