ogee {repolr} | R Documentation |
An internal function called by repolr
, that would not normally be called by user. This is a modified version of gee
for fitting the proportional odds model.
ogee(formula = formula(data), id = id, data = parent.frame(), subset, na.action, R = NULL, b = NULL, tol = 0.001, maxiter = 25, family = gaussian, corstr = "independence", Mv = 1, silent = TRUE, contrasts = NULL, scale.fix = FALSE, scale.value = 1, v4.4compat = FALSE)
formula |
as gee |
id |
as gee |
data |
as gee |
subset |
as gee |
na.action |
as gee |
R |
as gee |
b |
as gee |
tol |
as gee |
maxiter |
as gee |
family |
as gee |
corstr |
as gee |
Mv |
as gee |
silent |
as gee |
contrasts |
as gee |
scale.fix |
as gee |
scale.value |
as gee |
v4.4compat |
as gee |
Not generally to be called by user.