To Whom It May Concern, In am using the script below to test the function "MAMCmixfactanal" in the package "MCMCpack".
library(MCMCpack) data(PErisk) post <- MCMCmixfactanal(~courts+barb2+prsexp2+prscorr2+gdpw2, factors=1, data=PErisk, lambda.constraints= list(courts=list(2,"-")),burnin=5000,mcmc=1000000,thin=50,verbose=500,L0=.25,store.lambda=TRUE,store.scores=TRUE,tune=1.2) plot(post) summary(post) However, I get the error message below. Acceptance rates: Error in print.default(t(accepts)/(posterior$burnin + posterior$mcmc), : invalid printing width Your help would be greatly appreciated. Kind regards, Ziad Elmously Director, Advanced Analytics & Data Science MetrixLab, a Macromill Group company Chalfont, PA, USA T (+1) 267 298 1159 � M (+1) 267 218 4724 ziad.elmou...@us.metrixlab.com<mailto:ziad.elmou...@us.metrixlab.com> � www.metrixlab.com<http://www.metrixlab.com/> How do you create a powerful packaging design? Discover our 9 best practices. Read our whitepaper ><http://bit.ly/2sGPKEo> [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.