summary.mlr: Summarizing Multinomial Logistic Regression Model

View source: R/summary.mlr.R

summary.mlrR Documentation

Summarizing Multinomial Logistic Regression Model

Description

The function summary.mlr gives a summary from an object from mlr()

Usage

## S3 method for class 'mlr'
summary(object, ...)

Arguments

object

An object resulting from mlr

...

additional arguments to be passed.

Value

Summary of the results obtained from mlr


lmap documentation built on April 3, 2025, 5:47 p.m.

Related to summary.mlr in lmap...