glmpathcr-internal: Functions called by glmpathcr functions, not by the user

glmpathcr-internalR Documentation

Functions called by glmpathcr functions, not by the user

Description

These functions are called my other glmpathcr functions and are not intended to be directly called by the user.

Usage

cr.backward(x,y,weight)
cr.forward(x,y,weight)
## S3 method for class 'glmpathcr'
print(x, ...)

Arguments

x

a matrix of predictor variables

y

the ordinal response to be predicted

weight

an optional vector of weights for observations

fit

a fitted glmpathcr object

Details

The cr.backward and cr.forward functions restructure the original dataset to represent the K-1 conditionally independent datasets needed for the full likelihood.

Author(s)

Kellie J. Archer, archer.43@osu.edu

References

Bender & Benner and O'Connell for backward CR programming

See Also

See Also as glmpathcr.


glmpathcr documentation built on July 9, 2023, 6:57 p.m.