ogee {repolr}R Documentation

Internal Function to fit Proportional Odds Model

Description

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.

Usage

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)

Arguments

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

Details

Not generally to be called by user.


[Package repolr version 1.0 Index]