Hi, I have been working with a mixed effects model in R where I have a lot of fixed effects with a lot of variables. When I use the summary command I can only view the end of the output with the intraclass correlations and distribution of residuals. I need to be able to see the summary table at the top of the output. Is there a way to display an entire output? Thanks for the help, Foresterman
Daniel S. Ott <dott <at> uvm.edu> writes:> > I have been working with a mixed effects model in R where I have > a lot of fixed effects with a lot of variables. When I use the > summary command I can only view the end of the output with the > intraclass correlations and distribution of residuals. I need to be > able to see the summary table at the top of the output. Is there a > way to display an entire output?You did not tell us, what system you are using. Presumably not RGui/Windows, because then you could scroll back. Same for the other a few alternatives I can imagine. However, the following should always work: sink("lme.txt") do your work here sink() Dieter
Maybe Matching Threads
- Response to query re: calculating intraclass correlations
- intra-class correlation? coherence among multiple ordinal responses
- Interrater and intrarater variability (intraclass correlationcoefficients)
- How to extract ICC value from irr package?
- Variance Component/ICC Confidence Intervals via Bootstrap or Jackknife