Displaying 1 result from an estimated 1 matches for "d_club".
Did you mean:
club
2010 Apr 08
1
formatting a result table (number of digits)
...entries.
I've looked at format and print without much success.
I'm using R 2.10.1 in a Linux environment.
Thanks,
Esmail
Below's an example of generating the table I am trying to format:
> load('data.rda')
> library(nlme)
> ic <- lme(Ind_Cntrbn ~
D_Clb_Pbl+D_Club+Round+Ind_cntr_1+GR_cntr_1+D_Success_1+IndEarngs_1+D_Unfair_cntr_1+D_1st10rnds+D_Female+D_econ_gov+D_mjr_social+D_frshmn+D_junior+D_senior+UrbanArea+ParentEducation+Empathy+Lcs_Cntrl_Intn+Trust,
random=~1|Group, data=Dataset)
> s=summary(ic)
> t=s$tTable
> t
Val...