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

View source: R/logistic4p.R

print.logistic4pR 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)

logistic4p documentation built on Oct. 21, 2023, 5:07 p.m.