powered by
This is an function to print the inherit outputs of. logistic4p
# S3 method for logistic4p print(x, ...)
An object of class 'logistic4p'.
further arguments passed to or from other methods.
Haiyan Liu and Zhiyong Zhang
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