predict_multinomial_GAGA: Get predictions from a GAGA multinomial model fit object

View source: R/predict.GAGA.R

predict_multinomial_GAGAR Documentation

Get predictions from a GAGA multinomial model fit object

Description

Get predictions from a GAGA multinomial model fit object

Usage

predict_multinomial_GAGA(fit, newx)

Arguments

fit

Fitted "GAGA" object.

newx

Matrix of new values for x at which predictions are to be made. Must be a matrix. If the intercept term needs to be considered in the estimation process, then the first column of X must be all 1s.

Value

Predictions


GAGAs documentation built on May 29, 2024, 5:52 a.m.