% Generated by roxygen2: do not edit by hand % Please edit documentation in R/mnl.R \name{print.mnl.predict} \alias{print.mnl.predict} \title{Print method for mnl.predict} \usage{ \method{print}{mnl.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 mnl.predict }