check_prior_name_scalar | R Documentation |
Checks if the name of all prior parameters are consistent with the model parameters already defined. The model parameters and the priors parameters are separately defined by the user, hencethis function checks for typos and inconsistent naming.
check_prior_name_scalar(lhs, prm)
lhs |
Dataframe of prior samples. |
prm |
List of model parameters. |
Stop the program if at least one inconsistency in the prior parameter names is found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.