print.logistic4p: Printing Outputs of Logistic Regression with...

Description Usage Arguments Author(s) Examples

Description

This is an function to print the inherit outputs of. logistic4p

Usage

1
2
## S3 method for class 'logistic4p'
print(x, ...)

Arguments

x

An object of class 'logistic4p'.

...

further arguments passed to or from other methods.

Author(s)

Haiyan Liu and Zhiyong Zhang

Examples

1
2
3
4
5
6
7
8
data(nlsy)
y=nlsy[,1]
x=nlsy[,-1]
## Not run: 
mod=logistic4p(x,y)
print(mod)

## End(Not run)

logistic4p documentation built on May 2, 2019, 5:57 p.m.