predict.ModelMultinomialLogit: predict method for ModelMultinomialLogit

Description Usage Arguments Value

View source: R/ModelMultinomialLogit.R

Description

predict method for ModelMultinomialLogit

Usage

1
2
## S3 method for class 'ModelMultinomialLogit'
predict(object, newdata, chooser_id_col, choice_id_col, ...)

Arguments

object

a ModelMultinomialLogit object

newdata

a data.frame object

chooser_id_col

a character that indicates the id column of the choosers in newdata.

choice_id_col

a character that indicates the id column of the choices in newdata.

...

not being used.

Value

a numeric vector


dymium-org/dymiumCore documentation built on July 18, 2021, 5:10 p.m.