Displaying 4 results from an estimated 4 matches for "prmsd".
Did you mean:
rmsd
2008 Jul 25
2
Package Hmisc, functions summary.formula() and latex(), options pdig, pctdig, eps and prmsd
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080725/bcafe250/attachment.pl>
2011 May 14
1
Summary.Formula: prmsd and test statistic
...est="Roy") ,
summary(a3, test="Pillai"),
summary(a3, test="Wilks"),
summary.aov(a3)
)
print(a4)
}
This function works as is, but I want to add the mean and standard deviation to my table. When I add the following code to line 36 where I print "d"
print(d, prmsd=TRUE)
The numbers in my table disappear. When I use the same commands from the command line, the same thing happens. After reading the manual, I think the error might be due to the missing numbers in my database, so I tried adding na.action to my set of commands:
print(summary.formula(a2$Edu~a2$...
2010 Jun 18
1
Latex problem in Hmisc (3.8-1) and Mac Os X with R 2.11.1
..., 3:4, c("Stage 3","Stage 4"))
s6<-summary(stage~rx+age+wt+pf+hx+sbp+dbp+ekg+hg+sz+sg+ap+bm,method="reverse",
overall=TRUE, test=TRUE)
options(digits=2)
w<-latex(s6, size="smaller[3]", outer.size="smaller",
Nsize="smaller",long=TRUE, prmsd=TRUE,
msdsize="smaller",middle.bold=TRUE, ctable=TRUE)
##This refused to run ( as long as the ctable=T was included), but without it
latex (s6)
##I do get a nicely formated table, but again the numbers are all wrong... Also
##latex(s6, long=TRUE, prmsd=TRUE, msdsize="smaller&quo...
2010 Dec 14
1
Forcing standard notation in Sweave tables
...notation, e.g.
11±26
while in others, it uses exponential notation, e.g.
1.1e+01±2.6e+01
I am using code such as the following; note I have specified "digits=2". There does not appear to be an argument for notation.
latex(tabletwo,
file='',
where='!h',
digits=2,
prmsd=TRUE,
caption='Time to events',
exclude1=FALSE,
long=TRUE)
This has been driving me insane for a couple hours now, so I'm hoping there is an easy answer.
Thanks in advance,
cf
[[alternative HTML version deleted]]