Displaying 2 results from an estimated 2 matches for "captiondataframe".
2009 Apr 29
1
RweaveHTML (R2HTML) Help
...begin{Sinput} !-->
<p><xmp class=command>> data(iris)</xmp></p>
<p><xmp class=command>> summary(iris)</xmp></p>
<!-- end{Sinput} !-->
<p align= center >
<table cellspacing=0 border=1><caption align=bottom
class=captiondataframe></caption><tr><td>
<table border=0 class=dataframe>
<tbody> <tr class= firstline > <th></th><th>
Sepal.Length</th><th> Sepal.Width</th><th> Petal.Length</th><th>
Petal.Widt...
2013 Jan 27
1
decimal places in R2HTML
Dear R People:
I have an AOV model that I get confidence intervals from via
> confint(chick1.aov1)
2.5 % 97.5 %
trtA 1.472085 1.607915
trtB 1.512085 1.647915
trtC 1.328751 1.464582
>
I am using R2HTML to produce HTML output. However, the HTML code
itself just has rounded values, i.e., 1.5 and 1.6.
Has anyone run across this, please?
Any suggestions would be much appreciated.