[R] Problems with latex function on an ols model
Peter Flom
peterflomconsulting at mindspring.com
Mon Nov 9 17:30:18 CET 2009
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
More information about the R-help
mailing list