Displaying 1 result from an estimated 1 matches for "componenta".
Did you mean:
components
2004 Oct 26
1
Newbie question about the use of lm and anova
...ent A was collected three times from each
plant in each plot and then averaged and normalized to the plot's
control plants. There are thus 96 sample relative averages.
The null hypothesis:
component A for mutant = component A for control.
What we want to know:
1. Is there a difference in componentA between control and mutant plant
lines at the 0.05 significance level across plots?
2. How do we determine this difference using R?
Currently, the statistical method we are choosing is ANOVA using R.
> plotData <- read.table('PlotData.txt', header=TRUE)
> names(plotData)
[1]...