logreg.savefit1: Sample results for Logic Regression

logreg.savefit1R Documentation

Sample results for Logic Regression

Description

The logreg.savefit objects are the results of fitting logreg with various options. The examples in the functions of the LogicReg packages all use far fewer iterations than is needed. (The number of iterations was reduced to provide quick results for bug-checking.) The number of iterations in the logreg.savefit objects are more reasonable (though they would still be small for larger problems). Otherwise the arguments used to fit the logreg.savefit objects are identical as those used in the examples of logreg. The logreg.savefit objects are used for examples involving things like plotting, printing, and predicting.

Author(s)

Ingo Ruczinski ingo@jhu.edu and Charles Kooperberg clk@fredhutch.org

See Also

logreg, logreg.testdat

Examples

data(logreg.savefit1)
print(logreg.savefit1$call)
data(logreg.savefit2)
print(logreg.savefit2$call)
data(logreg.savefit3)
print(logreg.savefit3$call)
data(logreg.savefit4)
print(logreg.savefit4$call)
data(logreg.savefit5)
print(logreg.savefit5$call)
data(logreg.savefit6)
print(logreg.savefit6$call)
data(logreg.savefit7)
print(logreg.savefit7$call)

LogicReg documentation built on Aug. 9, 2023, 1:07 a.m.