Displaying 20 results from an estimated 100 matches similar to: "out of the mailing list"
2011 Jul 29
5
R in Linux (Ubuntu)
Hi,
I?m trying to move to ubuntu at all, but I don?t like R in Ubuntu because it
runs in the terminal, so i can?t access directly to some options R gots in
Windows.
Is there any R can i install in ubuntu which runs in hos own prompt or
terminal??
Thanks
-----
Mario Garrido Escudero
PhD student
Dpto. de Biolog?a Animal, Ecolog?a, Parasitolog?a, Edafolog?a y Qca. Agr?cola
Universidad de Salamanca
2008 Jul 29
1
Samba with apps clipper very slow
Hello. I have an app running on a clipper Samba version 3.02319121616102
. In my network there are approximately 80 clients Win98 and 20
clients NT-XP. By connecting customers begins to degrade the
performance of the app very slow getting around. Any help? Thank you.
Deputy smb.conf.
Hola. Tengo una app en clipper ejecut?ndose sobre Samba version
3.02319121616102
. En mi red hay
2015 Aug 04
3
php-R
Estimados colegas:
Estoy tratando de ejecutar varios scripts de R a través de php. Para ello
estoy utilizando el siguiente código pero me sale:
El URL solicitado no ha sido localizado en este servidor. El URL de
la página que lo refirió[1] parece ser equivocado u obsoleto. Por favor
comunique al autor de esa página[1] acerca del error.
Este código que está sacado de internet indica la
2014 Dec 17
3
Problema con el subset
Hola a todos,
Agradeceros de antemano vuestro tiempo y paciencia ya que soy un poco
novato y tal vez esto sea un poco trivial.
Lo que quiero hacer es que me represente en eje de las x las fechas
(columna fecha) y los valores de z (columna z) pero de los datos que he
filtrado antes en
(dfgrupo<-subset(df,df$parametroslaboratorio=="Aflatoxinas ByG")) y que los
parámetros iguales
2011 Jan 12
2
Don´t know what test i have to use
Hello,
I?m starting with my PhD and I have to stop because i got a little knowledge
in R and statistics.
I?ve got a model of this kind:
binary response variable: prevalence of infection (0/1)
3 categorical independent variables: sex, month and name of the area
I was trying with a full model like this, before the simplification
model<-aov(prevalencia~sex*month*area)
but the Fligner test
2011 Aug 17
2
interpreting interactions in a model
Hi,
I?ve got this model
> model<-glm(prevalence~agesex+agesex:month,binomial)
and the output of anova is like that
> anova(model,test="Chisq")
Df Deviance Resid. Df Resid. Dev P(>|Chi|)
NULL 524 206.97
agesex 2 9.9165 522 197.05 0.007025 **
agesex:month 9 18.0899
2012 Aug 01
3
Changing labels positions in two graphics
Hi,
I?ve got some problems with the labels of the x-axis
I,ve got two factors with two categories each: sex (males and females) and
area (central and peninsulae),
but because of the lenngth in the graphic just appeared two of the four
labels.
I thought the solution could be rotate it 45? degrees, I have read it can be
done with "srt" or "rotate", but I don?t know hoe to use
2012 May 04
1
R crash when i'm using lme function
When I try to adjust a mixed model with random effects I can make this order
without problem
> lm.FA<-lme(absFA~trait*condition,random=~1|individual)
But if I try to fit a model in which the response (absFA) is not the same in
all individuals at different levels of "trait" factor , but varies randomly
from each. That is, this order
>
2012 Oct 28
1
interpreting repeated measures mixed model
nobody? please
-----
Mario Garrido Escudero
PhD student
Dpto. de Biolog?a Animal, Ecolog?a, Parasitolog?a, Edafolog?a y Qca. Agr?cola
Universidad de Salamanca
--
View this message in context: http://r.789695.n4.nabble.com/interpreting-repeated-measures-mixed-model-tp4647652p4647689.html
Sent from the R help mailing list archive at Nabble.com.
2011 Jan 28
1
Problems making subsets with [] or "subset"
Hi,
I'm trying to make a model in order to know wich factors got?s influence in
the intensity of a infection, but just in the individuals who's got this
infection. In my data I've got a variable called "prevalence" with 2 levels:
1.- Infected individual
0.- Non infected
So what i'm trying to do is a subset in a model like this,
2011 Jan 14
3
Problems with TeachingDemos package
Hi, somebody can help me. Idon't understand very well the manual of the this
package, I suppose I must enter "wdtxtStart", before I start working, but is
supposed that this command should open Word, but nothing happens.
I use Rgui, not Rcmdr.
Thanks
-----
Mario Garrido Escudero
PhD student
Dpto. de Biolog?a Animal, Ecolog?a, Parasitolog?a, Edafolog?a y Qca.
Agr?cola
Universidad de
2009 Feb 03
1
R-CPCA
Dear Ben Bolker,
searching for a R code able to do the CPCA I found a message by you on
https://stat.ethz.ch/.
In that message you said you have something I am looking for. Would you
share with me? I ma stuck with a commercial software (GOLPE) that is not
developed anymore, therefore I'd like to try to use R for the
calculations I need.
Looking forware for a reply from you
Rino
--
2011 Jul 24
1
GLM different results with the same factors
I've read something about this problem, but I don't know how can i avoid this
problem.
Why the order of the factors give different results? I suppose it's because
the order of the factors, i've just changed "lcc" from the first position to
the last in the model, and the significance change completely
>
2011 Jun 30
1
Looking for Filliben (correlation test)
Hi R-users,
I need to run Filliben correlation test, but I'm not able to find this
function in any package.
Perhaps it isn't in a package, but sometimes anybody have program this
function or create a routine to estimate it.
I found it in google and I hope what I found it's in this page,
http://genepi.qimr.edu.au/staff/davidD/R/filliben.R
but i can't open it.
Anybody can help me?
2012 Jan 10
1
different results from fligner.test
I've made fligner test with the same data, changing the orders of the
variables, and this what i get
> fligner.test(rojos~edadysexo*zona*ano*estacion)
Fligner-Killeen test of homogeneity of variances
data: rojos by edadysexo by zona by ano by estacion
Fligner-Killeen:med chi-squared = 15.7651, df = 2, p-value = 0.0003773
> fligner.test(rojos~ano*edadysexo*zona*estacion)
2011 Jan 13
2
send commands from script to console
Hi,
I'm working with R in windows and I wonder if there is any command (of the
kind CTRL+ ) to transfer the commands I've worked with (like: >
model<-glm(prevalencia~edadysexo*mes*zona,binomial)) to a script
automatically, without the results I received from R after execute them.
Another question, what's the combination of CTRL+ for transfer the orders in
the other way, fom the
2012 Feb 06
2
glht (multicomparisons) with a binomial response variable
Hi,
I,ve a run a model like this
mcrm<-glm(catroj~month,binomial)
being catroj a binary response variable with two levels (infected and
non infected)
> anova(mcrm3,test="Chisq")
Df Deviance Resid. Df Resid. Dev P(>|Chi|)
NULL 520 149.81
mes 3 16.86 517 132.94 0.0007551 ***
When I?m trying to do a post
2012 May 08
0
Resumen de R-help-es, Vol 39, Envío 13
Hola, aunque he votado en Estadística general también he buscado la
opción de Psicologia.
El 08/05/2012 18:22,
r-help-es-request@r-project.org escribió:
> Envíe los mensajes para la
lista R-help-es a
> r-help-es@r-project.org
>
> Para subscribirse o
anular su subscripción a través de la WEB
>
https://stat.ethz.ch/mailman/listinfo/r-help-es
>
> O por correo
electrónico,
2012 May 08
5
¿En qué campo de conocimiento usas R con mayor frecuencia?... (*Encuesta Online*)
Hola,
Acabo de crear una nueva encuesta para conocer con algo más de detalle el
campo en el que aplicamos R con mayor frecuencia.
En la anterior encuesta Rubén Gómez hizo la sugerencia y me ha parecido
interesante el pulsar la lista sobre esto.
De las diversas preguntas que aparecen en la lista y de aquellos que
comentan qué tipo de cosas están analizando he incluido una lista de 15
opciones de
2010 Sep 24
7
help
Estimados
Escribo para consultar sobre el uso de modelos mixtos anidados. Los
datos que estoy analizando provienen de censos de malezas en cuatro
tipos de paisajes de la región pampeana, en los que seleccioné al azar
igual número de lotes agrícolas cultivados con tres cultivos (maíz,
soja y trigo-soja). En cada lote censé el número de especies de
malezas en tres posiciones: el alambrado, el borde