MainRC {extRC}R Documentation

Estimation of extended RC models

Description

Internal function that implements the Aitchinson-Silvey algorithm to estimate extended RC models.

Usage

MainRC(y, Model, the0 = NULL, output = FALSE)

Arguments

y

row vectorized vector of frequencies of the contingency table

Model

list of model components

the0

initial vector of canonical parameters (optional)

output

to require full output (optional)

Value

dev

final deviance

df

degrees of freedom

pj

vector of joint probabilities

it

number of iterations

dis

final discrepancy

Author(s)

Francesco Bartolucci, Antonio Forcina


[Package extRC version 1.2 Index]