Learn R Programming

logistic4p (version 1.6)

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

Description

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

Usage

# S3 method for logistic4p
print(x, ...)

Arguments

x

An object of class 'logistic4p'.

...

further arguments passed to or from other methods.

Author

Haiyan Liu and Zhiyong Zhang

Examples

Run this code
if (FALSE) {
data(nlsy)
y=nlsy[,1]
x=nlsy[,-1]

mod=logistic4p(x,y)
print(mod)
}

Run the code above in your browser using DataLab