deep_mrp_classifier {autoMrP}R Documentation

Deep MrP classifier

Description

deep_mrp_classifier applies Deep MrP implemented in the vglmer package to a data set.

Usage

deep_mrp_classifier(y, form, data, verbose)

Arguments

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 survey.

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 FALSE.

Value

A Deep MrP model. A vglmer object.


[Package autoMrP version 1.0.6 Index]