1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | \name{print.foba} \alias{print.foba} \title{ Print a fitted foba model } \description{ print.foba() prints the variable selection path of a foba object. } \usage{ print.foba(x, ...) } \arguments{ \item{x}{ A fitted foba object } \item{...}{further arguments passed to or from other methods.} } \author{Tong Zhang} \seealso{ predict.foba and foba } \keyword{methods} \keyword{print} |