sycho_1.6 statmod_1.4.6
> lattice_0.17-26 gdata_2.8.0
>
> loaded via a namespace (and not attached):
> [1] grid_2.10.1 gtools_2.6.2 tools_2.10.1
>
> [[alternative HTML version deleted]]
>
> __
lp@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
_
Lic. María Gabriela Cendoya
Magís
Hi: I was trying to download the package MCMCglmm and it give me this message:
Aviso: dependency ‘tensorA’ is not available
probando la URL
'http://www.vps.fmvz.usp.br/CRAN/bin/windows64/contrib/2.11/MCMCglmm_2.06.zip'
Content type 'application/zip' length 8988896 bytes (8.6 Mb)
URL abierta
downlo
df , MSerror, alpha = 0.05)
Gabriela
__
Lic. María Gabriela Cendoya
Magíster en Biometría
Profesor Adjunto
Cátedra de Estadística y Diseño
Facultad de Ciencias Agrarias
Universidad Nacional de Mar del Plata
__
- Original Message -
F
Hi:
not the best solution but, what about pch=45 or pch =47 ?
Gabriela
- Original Message -
From: "Douglas M. Hultstrand"
To: "R mailing list"
Sent: Thursday, February 04, 2010 4:59 PM
Subject: [R] Legend symbol?
Hello,
I am creating a plot/image using different data and a couple
]
train2 <- train[,3:5]
fit <- lda(train2,train$c1)
forecast <- predict(fit,outOfSample)$class
length(forecast)
[1] 6
Seems that the problem arise when predict.lda works on lda fit applied to a
formula class object.
Hope this help,
Gabriela.
__
L
Sorry in the previos replay I forgot monday' scale
so weight should be:
weight <- c(0.91,1,1,1,1,1.21,1.22)
names(weight) <- c("mon","tue","wed","thu","fri","sat","sun")
- Original Message -
From: "
Hi Robin:
I think you can avoid the loops doing this:
my.df<-data.frame(d.o.w=sample(c("mon","sat","sun"), 20, replace=T),
admissions=rnorm(20))
weight <- c(1,1,1,1,1,1.21,1.22)
names(weight) <- c("mon","tue","wed","thu","fri","sat","sun")
my.df$NewAdm <- my.df$admissions * w
8 matches
Mail list logo