print.logistic4p {logistic4p}R Documentation

Printing Outputs of Logistic Regression with Misclassification Parameters

Description

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

Usage

## 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

## Not run: 
data(nlsy)
y=nlsy[,1]
x=nlsy[,-1]

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

## End(Not run)

[Package logistic4p version 1.6 Index]