"Florian Koller" <[EMAIL PROTECTED]> writes: > Dear all, > > I am using the multinom() function from the nnet library within my own > code and I want to suppress multinom's output (#weights, iter 10, > 20...). > My code generates output too, and I don't want it to be mixed with the > output messages the multinom function generates. > > Is there a way to temporarily suppress this output?
Try setting trace=FALSE in the call to nnet. + seth ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
