Format of class logregmodel

Description

This help file contains a description of the format of class logregmodel.

Usage

logregmodel()

Value

An object of class logregtree has the following components:

ntreesthe number of trees in the current model.
nleavesthe number of leaves for the fitted model.
coefthe coefficients for this model.
scorethe score of the fitted model.
treesa list of ntrees objects of class logregtree.

Author(s)

Ingo Ruczinski and Charles Kooperberg

References

Ruczinski I, Kooperberg C, LeBlanc ML (2003). Logic Regression, Journal of Computational and Graphical Statistics12, 475-511.

Ruczinski I, Kooperberg C, LeBlanc ML (2002). Logic Regression - methods and software. Proceedings of the MSRI workshop on Nonlinear Estimation and Classification (Eds: D. Denison, M. Hansen, C. Holmes, B. Mallick, B. Yu), Springer: New York, 333-344.

Kooperberg C, Ruczinski I, LeBlanc ML, Hsu L (2001). Sequence Analysis using Logic Regression, Genetic Epidemiology21, S626-S631.

Selected chapters from the dissertation of Ingo Ruczinski.

See Also

logregplot.logregmodelprint.logregmodellogregtree

Examples

logregmodel()      # displays this help file
help(logregmodel)  # equivalent