2007/10/22, Gabor Grothendieck <[EMAIL PROTECTED]>:
>
> See ?print.xtable, e.g.
>
> print(x, include.rownames = FALSE)
>
> Thanks
--
Klaus F. Østergaard,
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.et
See ?print.xtable, e.g.
print(x, include.rownames = FALSE)
On 10/21/07, Klaus Friis Østergaard <[EMAIL PROTECTED]> wrote:
> Hi,
>
> How do one avoid rownames when xtable is used to make tables for Latex.
>
> <<>>=
> MSe <- 0.12
> MSa <- 0.15
> MSap <- 0.13
> MSp <- 0.14
>
> k <- 5
> n <- 4
> r <-
Hi,
How do one avoid rownames when xtable is used to make tables for Latex.
<<>>=
MSe <- 0.12
MSa <- 0.15
MSap <- 0.13
MSp <- 0.14
k <- 5
n <- 4
r <- 30
EV <- 5.15*sqrt(MSe)
AV <- 5.15*sqrt((MSa - MSap)/(n *k))
Iap <- 5.15 * sqrt((MSap-MSe)/r)
GRR <- sqrt((EV)^2 + (AV)^2 + (Iap)^2)
PV <- 5
3 matches
Mail list logo