This function displays the results of logistic regression in a pretty format.
# S3 method for logregr.madlib
print(x, digits = max(3L, getOption("digits")
- 3L), ...)# S3 method for logregr.madlib.grps
print(x, digits = max(3L, getOption("digits")
- 3L), ...)
# S3 method for logregr.madlib
show(object)
# S3 method for logregr.madlib.grps
show(object)
# S3 method for glm.madlib
print(x, digits = max(3L, getOption("digits") - 3L), ...)
# S3 method for glm.madlib.grps
print(x, digits = max(3L, getOption("digits") - 3L),
...)
# S3 method for glm.madlib
show(object)
# S3 method for glm.madlib.grps
show(object)
The logistic regression result object to be printed.
A non-null value for `digits' specifies the minimum number of
significant digits to be printed in values. The default,
`NULL', uses `getOption("digits")'. (For the interpretation
for complex numbers see signif
.) Non-integer values will
be rounded down, and only values greater than or equal to 1
and no greater than 22 are accepted.
Further arguments passed to or from other methods. This is currently not implemented.
No value is returned
madlib.glm
Wrapper for MADlib linear and logistic regression
# NOT RUN {
## see the examples in madlib.glm
# }
Run the code above in your browser using DataLab