Good morning I am having problems with the latex function for an ols model from the Design library.
When I run: dd <- datadist(bp3) options(datadist = 'dd') spline1 <- ols(data = bp3, AORSP~rcs(Age,3)*P1 + Htm + WtKg + HR + AORMAP) spline1 everything is as expected. But when I try latex(spline1) it does not stop running after 15 minutes, and if I hit esc to stop the run, R shuts down with the message that R has encountered a problem and needs to shut, etc. Any ideas on this? Is there a way to get the output that latex provides in another format without the latex function? Thanks Peter Peter L. Flom, PhD Statistical Consultant Website: www DOT peterflomconsulting DOT com Writing; http://www.associatedcontent.com/user/582880/peter_flom.html Twitter: @peterflom ______________________________________________ R-help@r-project.org mailing list 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.