glmpathcr-internal {glmpathcr} | R 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 for cr.backward and cr.forward or a fitted glmpathcr object for print |
y |
the ordinal response to be predicted |
weight |
an optional vector of weights for observations |
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
.
[Package glmpathcr version 1.0.10 Index]