% Generated by roxygen2: do not edit by hand % Please edit documentation in R/logistic.R \name{print.logistic.predict} \alias{print.logistic.predict} \title{Print method for logistic.predict} \usage{ \method{print}{logistic.predict}(x, ..., n = 10) } \arguments{ \item{x}{Return value from prediction method} \item{...}{further arguments passed to or from other methods} \item{n}{Number of lines of prediction results to print. Use -1 to print all lines} } \description{ Print method for logistic.predict }