Learn R Programming

logistic4p (version 1.6)

logistic4p-package: tools:::Rd_package_title("logistic4p")

Description

tools:::Rd_package_description("logistic4p")

Arguments

Author

tools:::Rd_package_author("logistic4p")

Maintainer: tools:::Rd_package_maintainer("logistic4p")

Details

The DESCRIPTION file: tools:::Rd_package_DESCRIPTION("logistic4p") tools:::Rd_package_indices("logistic4p")

References

Liu, H. and Zhang, Z. (2016) Logistic Regression with Misclassification in Dependent Variables: Method and Software.(In preparation.)

Examples

Run this code
if (FALSE) {
data(nlsy)
x=nlsy[, -1]
y=nlsy[,1]
mod=logistic4p(x, y, model='fn')
}

Run the code above in your browser using DataLab