View source: R/deep_mrp_classifier.r
deep_mrp_classifier | R Documentation |
deep_mrp_classifier
applies Deep MrP implemented in the vglmer
package to a data set.
deep_mrp_classifier(y, form, data, verbose)
y |
Outcome variable. A character vector containing the column names of
the outcome variable. A character scalar containing the column name of
the outcome variable in |
form |
Model formula. A two-sided linear formula describing the model to be fit, with the outcome on the LHS and the covariates separated by + operators on the RHS. |
data |
Data. A data.frame containing the data used to train the model. |
verbose |
Verbose output. A logical argument indicating whether or not
verbose output should be printed. Default is |
A Deep MrP model. A vglmer
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.