Displaying 20 results from an estimated 1096 matches for "plant".
Did you mean:
plan9
2011 Sep 12
1
nested anova<-R chrashing
Hi,
I tried to do a nested Anova with the attached Data. My response
variable is "survivors" and I would like to know the effect of
(insect-egg clutch) "size", "position" (of clutch on twig) and "clone"
(/plant genotype) on the survival of eggs (due to predation). Each plant
was provided with three different sizes of clutches (45,15,5) and had
pseudo-replications of size 15 and 5 on it.
_Question 1: right code for nested Anova_
Here part of the code I used:
clone1<-as.factor(ifelse(clone=="Gu...
2006 Jun 26
10
Create tables on the fly in rails?
Hello everyone :) Love the mailing list! I read it as much as I can!
Thanks all you RoR guru''s for providing so much help.
Anyways... So say I have Users, and each user can have a list of Plants
that they like. I would want to give each user a table that has many
entries to show me which plants they like. How could I do this?
I don''t know if there''s a way to do it in RoR, so I was just going to
use SQL, and manually create a table corrosponding to the User''...
2006 Dec 05
5
if(){} else{}
Dear R-community,
my data set looks like 'mat' below.
Plant<-c(NA,1,1,1,NA,NA,NA,NA,NA,1);
Value1<-rnorm(1:10);
Value2<-rnorm(1:10);
mat<-cbind(Plant,Value1,Value2);
I receive data from two different sites.
One site is identified by an interger number, the other site has no data in
column Plant=NA.
My pb:
I'm trying to assign labels "...
2007 Jul 16
5
formula(CO2)
The formula attribute of the builtin CO2 dataset seems a bit strange:
> formula(CO2)
Plant ~ Type + Treatment + conc + uptake
What is one supposed to do with that? Certainly its not suitable for
input to lm and none of the examples in ?CO2 use the above.
2013 Feb 27
1
metafor - interpretion of QM in mixed-effects model with factor moderator
Hi,
I'm using metafor to perform a mixed-effects meta-analysis. I'd like to
test whether the effect is different for animals and plants/whether "group"
(animal/plant) influences the effect size, but am having trouble
interpreting the results I get. I've read previous posts about QM in
metafor, but I'm still a bit confused. I've dummy-coded the factors:
MData$k.animal<-ifelse(MData$Type=="Animal"...
2009 Dec 01
1
LMER: How to specify Random Effects
I saw different specifications for Random Effects and I'm confused about
the use of "/" and the use of "(0+...|)" .
Let say we have a nested structure where some countries have some
several plants in different states and we measure the reaction to a drug.
The list of Countries = USA, France, Italy
The States for USA = Michigan, Florida, California
The States for France = Paris, Orleans
The States for Italy = Venezia, Sienna, Florence, Rome, Napoli , Sicilia
Plants were classified as Hig...
2008 Nov 27
1
lmer refuses nested random factors
I am trying to run the following model in R
> lmer(leaves.eaten~Geocytotype+(1|TEST/
PLANT),data=cyphoplantfeeding,family=poisson)
My experimental setup is 41 replicates (TEST) of an experiment in
which there are three Geocytotypes of a plant species in each TEST,
and two plant pseudoreplicates per Geocytotype in each test (i.e.
3*2=6 plants per test). So my random factors are try...
2009 Jul 23
1
help with randomisation test...
Dear R-people,
I hope asking this is not too cheeky, but I do have a R Problem. I hope
that some of you like to play around with R and can help me.
Its like this. I have several plant species (A,B,C) and 10 replicates
per species. 5 plants per species are damaged, 5 not. I let a
caterpillar feed on each plant and measured the growth of the
caterpillars on control plants (CR) and on damaged plants (DR). The
difference, DR-CR is an indicator for induced resistance IR.
The dat...
2006 Apr 01
2
(no answer)
I have never taken a statistics class nor read a statistics text, but
I am in dire need of help with a trivial data analysis problem for
which I need to write a report in two hours. I have spent 10,000
hours of study in my field of expertise (high frequency noise-making
plant biology) but I've always thought that statistics is something
that can be mastered on short notice.
Briefly, I have an experiment in which a response variable is
repeatedly measured at 1-day intervals, except that after a plant
becomes sick, it is measured every three days. We forgot to rando...
2009 Mar 06
2
Re peated ANOVA or nested ANOVA, or parallel one way ANOVA six times?
...there are two type of soil ( soil F and soil D), each half
of them were subjected to steam sterilize (result in FS and DS soil). A
equal volume of soil from two of the four soil types (F, D, FS, DS) were
mixed as follows: F+F, F+D, F+FS, F+DS, D+F, D+FS, D+DS, FS+DS (eight
treatment).
Two type of plant (A, B) were planted in the eight treatment of soil in pot.
There were 40 pots divided into 5 groups (8 pots for each group) for each
treatment*plant combination. Finally there were 80 groups for plant A and B
in total. The 40 groups for plant A were randomly arranged in plot 1, and
for plant B in p...
2011 Oct 30
1
Normality tests on groups of rows in a data frame, grouped based on content in other columns
Dear R users,
I have a data frame in the form below, on which I would like to make normality tests on the values in the ExpressionLevel column.
> head(df)
ID Plant Tissue Gene ExpressionLevel
1 1 p1 t1 g1 366.53
2 2 p1 t1 g2 0.57
3 3 p1 t1 g3 11.81
4 4 p1 t2 g1 498.43
5 5 p1 t2 g2 2.14
6 6 p1 t2 g3 7.85
I would like to make the tests on every group according to the content of th...
2023 Nov 30
1
back tick names with predict function
...there a way to accomplish this?
>
> Repex
>
> *# dataframe with dashes in column headings
> cob =
> ? structure(list(`cob-wt` = c(212, 241, 215, 225, 250, 241, 237,
> ??????????????????????????? 282, 206, 246, 194, 241, 196, 193, 224,
> 257, 200, 190, 208, 224
> ), `plant-density` = c(137, 107, 132, 135, 115, 103, 102, 65,
> ?????????????????????? 149, 85, 173, 124, 157, 184, 112, 80, 165, 160,
> 157, 119)),
> class = c("tbl_df", "tbl", "data.frame"), row.names = c(NA, -20L))
>
> # regression model works
> mod2 = lm...
2009 May 15
1
anova(cph(..) output
Hello,
I am a beginner in R and statistics, so my question may be trivial. Sorry in
advance.
I performed a Cox proportion hazard regression with 2 categorical variables
with cph{design}. Then an anova on the results.
the output is
> anova(cph(surv(survival, censor) ~ plant + leaf.age + plant*leaf.age,
> Mpnymph)
Wald Statistics Response: Surv(survival, censored)
Factor Chi-Square d.f. P
plant (Factor+Higher Order Factors) 96.96 12 <.0001
All Interactions...
2007 Jan 17
1
I need to connect Asterisk to a Nortel Meridian phone plant
Hi. I had successful confiured my Asterix PBX, but now I need to connect it
to a Nortel Meridian phone plant, I got a Digium T100P on the machine I got
the Asterisk and I already connect it with the phone plant, I need to know
what configuration do I have to do so the ip extensions can make calls to
the extensions of my plant Nortel. And extensions from the Nortel plant can
call ip extensions of Asterisk?...
2023 Nov 30
1
back tick names with predict function
...nce
these?? Short of renaming my columns, is there a way to accomplish this?
Repex
*# dataframe with dashes in column headings
cob =
? structure(list(`cob-wt` = c(212, 241, 215, 225, 250, 241, 237,
??????????????????????????? 282, 206, 246, 194, 241, 196, 193, 224,
257, 200, 190, 208, 224
), `plant-density` = c(137, 107, 132, 135, 115, 103, 102, 65,
?????????????????????? 149, 85, 173, 124, 157, 184, 112, 80, 165, 160,
157, 119)),
class = c("tbl_df", "tbl", "data.frame"), row.names = c(NA, -20L))
# regression model works
mod2 = lm(`cob-wt` ~ `plant-density`, d...
2011 Mar 02
2
problem with glm(family=binomial) when some levels have only 0 proportion values
Hello everybody
I want to compare the proportions of germinated seeds (seed batches of
size 10) of three plant types (1,2,3) with a glm with binomial data
(following the method in Crawley: Statistics,an introduction using R,
p.247).
The problem seems to be that in two plant types (2,3) all plants have
proportions = 0.
I give you my data and the model I'm running:
success failure type
[1,]...
2010 Aug 03
3
Kruskal Walllis test
Hi all
My data table (g) contains a continues data column (plant.height) and other
columns (columns 8 to 57),
each with number of levels of different factors. ANOVA test was done and
the p-values were extracted
as follos:
a <- function(x) anova(lm(plant.height ~ x))$"Pr(>F)"[1]
r<- apply(g[,8:57],2,a)
If I try to do a Kruskal-Wallis te...
2012 Jan 06
2
R CMD check WARNING \usage question
...e (Rd) that contains the following \usage statement:
\name{sample.data}
\alias{sample.data}
\title{CONIFERS forest growth model sample data}
\description{ A list object of type \code{sample.data} stores all of
the basic information about a \code{\link{data.frame}} object
representing a sample of plants.}
\usage{
x <- list( plots=data.frame(), plants=data.frame(), age=0, x0=0.0, n.years.projected=0 )
class(x) <- "sample.data"
}
When I run R CMD check [pkg], I get the following WARNING:
* checking Rd \usage sections ... WARNING
Assignments in \usage in documentation object '...
2011 Jun 01
1
different results from lme() and lmer()
...Could you explain Why the results from lme() and lmer() are different in the following case? In other examples, I can get the same results using the two functions, but not here...?
Thank you.Miya
library(lme4)library(nlme)# object dat contains the data
> summary(lme(root~fertilizer,random=~week|plant,data=dat))Linear mixed-effects model fit by REML?Data: dat?? ? ? ?AIC ? ? ?BIC ? ?logLik? 171.0236 183.3863 -79.51181
Random effects:?Formula: ~week | plant?Structure: General positive-definite, Log-Cholesky parametrization? ? ? ? ? ? StdDev ? ?Corr ?(Intercept) 2.8639832 (Intr)week ? ? ? ?0.936941...
2010 Sep 21
3
How to convert a character into a filename?
Dear list,
How to convert a character to a filename?
such as:
x <- "height" # "height" here is actually a name of a colume in a data
frame
filename <- paste("plant,x")
write.csv (data, file="C:/plant/filename.csv) # having trouble with this
statement, how to 'write' the filename here?
All I want from above is to write 'data' to a file named plantheight.csv
(the ultimate goal is to use a loop to transfer each column of a data frame...