cr.forward: Forward Continuation Ratio Restructure Function

Description Usage Arguments Value Author(s) See Also Examples

Description

This is an internal function used by glmnetcr to restructure an ordinal dataset to represent the K-1 conditionally independent likelihoods needed for fitting a forward continuation ratio model

Usage

1

Arguments

x

covariates to be included in the model

y

ordinal outcome

weights

observation weights. Can be total counts if responses are proportion matrices. Default is 1 for each observation

Value

object

Yields an object where the first column y is the ordinal outcome that has been dichotomously coded and the expanded covariate matrix for the K-1 conditionally independent likelihoods

Author(s)

Kellie J. Archer

See Also

See Also as cr.backward, glmnetcr

Examples

1
2
3
4
data(diabetes)
x <- diabetes[,2:dim(diabetes)[2]]
y <- diabetes$y
fit <- glmnetcr(x, y, method = "forward")

glmnetcr documentation built on July 8, 2020, 6:21 p.m.