ANOVA is an acronym for "analysis of variance". It is a widely used statistical technique to analyze the source of variance within a data set.
0
votes
0answers
17 views
aov Error not producing correct output with within-subjects factorial anova
Semi-experienced R user here, mainly with data analysis. I have a data set which I am trying to analyze with a within-subjects factorial design (2 factors, each with 2 levels). Since there are only ...
1
vote
0answers
22 views
ANOVA Repeated Measurements
I calculate the Greenhouse-Geisser-Epsilon (based on the Box-Approximation for the distribution on quadratic forms) for the ANOVA of following linear model.
...
1
vote
1answer
54 views
TukeyHSD adjusted P value is 0.0000000
I just performed a factorial ANOVA, followed by the TukeyHSD post-test. Some of my adjusted P values from the TukeyHSD output are 0.0000000. Can these P values really be zero? Or is this a rounding ...
-1
votes
1answer
76 views
R: Interpreting results from ANOVA and TukeyHSD analyses [closed]
I have run an ANOVA and TukeyHSD over a dataframe containing anatomical regions in column 1 (region) and gene expression values in column 2 (S1). I normally would expect the p-value from the aov ...
0
votes
0answers
31 views
R: running an ANOVA over a simple dataframe [closed]
I have a dataframe of the following sort:
NAC cOF3 APir Pu Tu V2.3 mOF3 DGpf
1 6.314770 6.181188 6.708971 6.052134 6.546938 6.079848 6.640716 6.263770
2 ...
0
votes
0answers
83 views
Tukey's HSD after one way ANOVA in R
The dataset has 1000 genes and contains 24 samples with two mouse strains tested (129 and B6) and six brain regions. There are two replicates for each region.
The ANOVA was performed as follows:
...
0
votes
1answer
22 views
Regrouping Data for ANOVA
I have GPA data that I want to categorize in order to run ANOVA to test the significance of tutoring.
Basically, in one column, there are the hours of tutoring the student had and in the next ...
0
votes
0answers
8 views
bootstrapping via mixed model anova
I'm conducting the bootstrapping analysis via mixed model ANOVA, and I couldn't find any explanations about the spss default for clustering method. I need to know when I apply bootstrapping the spss ...
-1
votes
0answers
67 views
R looping anova and outputs to png file
Hi I am trying so hard to do something which just seems impossible.
I have about 10 hours experience using R.
I have a dataset that has my categorical data in the first column and following that ...
-1
votes
0answers
22 views
How to proof that MANOVA is a special case of mixed-effect models? [closed]
I've tried to look over the internet (especially on google scholar) to find a paper/book about it, but so far i haven't found anything.
If someone could link me something i'd be more than happy!
...
2
votes
0answers
30 views
Removing NA in data table for one way ANOVA
I'm currently working on a project for school where I need to run a one way ANOVA on the %uninsured motorists from each state divided by region. I'm trying to remove the NA from the table, but am ...
0
votes
0answers
68 views
Three-factor ANOVA in R (2 within-subs, 1 between)
I'm working on a project in R that will require a three-factor ANOVA, two of which are within-subjects and one of which is within-subjects. I've found quite a bit on the actual code for this, which ...
0
votes
0answers
57 views
How to do between-group three-way anova (type 3 sums of square)
I want to compare two unbalanced groups of subjects (G): independent variables are factor A and B, dependent variable is C.
My professor told me to use type 3 SS ANOVA, but I am not sure whether the ...
0
votes
1answer
78 views
need cube plot for 2 factors factorial design in R
Is there are any R package that can produce cube plots for 2 factors? I want something similar to the first plot at the end of this page
http://www.processma.com/resource/factorial_plots.htm
It is ...
0
votes
1answer
105 views
Model fitting: glm vs glmmPQL
I am fitting a model regarding absence-presence data and I would like to check whether the random factor is significant or not.
To do this, one should compare a glmm with a glm and check with the ...
0
votes
1answer
58 views
Odd phenomenon: In aov() objects created inside a loop, the data frames of the different aov objects are identical
I was running aov() inside a loop. The output of each iteration was saved as an list item. When I used model.frame() to check the data frame of each aov object, all of them were identical - in fact, ...
1
vote
0answers
67 views
MATLAB maximum variable size exceeded during 2-way ANOVA
I am trying to run a 2-way random effects ANOVA on a set of data in MATLAB. This is the code I am using:
[pval table stats terms] = anovan(modelfit, {RATEES RATERS},...
'model', 'interaction', ...
0
votes
0answers
36 views
MANOVA - huge matrices
First, sorry by the tag as "ANOVA", it is about MANOVA (yet to become a tag...)
From the tutorials I found, all the examples use small matrices, following them would not be feasible for the case of ...
0
votes
1answer
104 views
anova output blank when run on lmer model
I'm trying to run an anova model using the lme4 library. I don't have any real data, so I just yanked the Cars93 data from MASS. While I could get lmer(...) to work, I can't seem to get the anova ...
0
votes
1answer
39 views
Extracting data from an ANOVA object that is based on the data in R
I am trying to find a less convoluted way to extract data from an aov object. Suppose I have a dataset a as shown below, and I ran an ANOVA based on the data, resulting in an object named a.model. I ...
0
votes
0answers
38 views
no applicable method for 'anova' applied to an object of class
I am running a model in the latest version of R and it goes through.
fullmodel=lm(Rate~Month*Depth*Moly*WatexCl*WatexSO4*WatexDOC*PWClumoles*PWSO4umoles*TotalFe*DaysInundated, data=FeRed2012)
...
1
vote
0answers
158 views
R: not clear how to bootstrap eta value for repeated measures ANOVA
The goal: calculate 95% confidence intervals for eta values from a repeated measures ANOVA.
The design is a two factor design (Factor 1 has 3 levels, Factor 2 has 7 levels) that is fully crossed ...
0
votes
1answer
142 views
R: lm() with factors. Don't understand how ANOVA table calculates “Sum Sq”
I'm learning R and trying to understand how lm() handles factor variables & how to make sense of the ANOVA table. I'm fairly new to statistics, so please be gentle with me.
Here's some movie data ...
-1
votes
2answers
174 views
Test for significance in a time series using R [closed]
Given a simplified example time series looking at a population by year
Year<-c(2001,2002,2003,2004,2005,2006)
Pop<-c(1,4,7,9,20,21)
DF<-data.frame(Year,Pop)
What is the best method to test ...
-1
votes
2answers
334 views
Post hoc tests with ezANOVA output
I tried to use TukeyHSD(my_anova$aov) but it gives an error:
Error in UseMethod("TukeyHSD") :
no applicable method for 'TukeyHSD' applied to an object of class "c('aovlist', 'listof')"
Google says ...
6
votes
1answer
480 views
How obtain the true residual deviance and degrees of freedom in R of a glm model when a set of parameters gets pasted() as a vector
I'm writing a script (in python, with the R parts in pypeR) such that I need to use a function in R that compares two models with an F-ratio test.
The models are like this:
Model 1: Response ~ ...
2
votes
2answers
163 views
R loop for anova on multiple files
I would like to execute anova on multiple datasets stored in my working directory. I have come up so far with:
files <- list.files(pattern = ".csv")
for (i in seq_along(files)) {
mydataset.i ...
0
votes
1answer
70 views
Adjusted predictions running ANOVA in Stata
I have an outcome variable x and three explanatory variables a, b, c which are categorical variables. In my example a has 8 levels, b has 4 levels and c has 35 levels, but not all combinations of the ...
1
vote
0answers
120 views
Non-parametric counterpart of Nested Anova with unbalanced designed
Is there a non-parametric counterpart of Nested ANOVA with unbalanced designed? My data is not normal even after doing different transformations. Thus i could not use parametric test. I came across ...
3
votes
1answer
92 views
Export Multi-factor ANOVA [TRAMINER] to latex
I try to export the result of a multi factor analysis of sequences in latex table form. I tried to do with xtable() but R says that it ## Heading ## cannot do it with this feature ... Someone would ...
0
votes
0answers
25 views
GAD package. Error in if (colnames(tm.class)[j] == “fixed”) tm.final[i, j] = 0 : missing value where TRUE/FALSE needed
I have already used the GAD package and worked fine. But I have used with another data and it does not work there is an error:
Error in if (colnames(tm.class)[j] == "fixed") tm.final[i, j] = 0 : ...
1
vote
1answer
710 views
How to perform single factor ANOVA in R with samples organized by column?
I have a data set where the samples are grouped by column. The following sample dataset is similar to my data's format:
a = c(1,3,4,6,8)
b = c(3,6,8,3,6)
c = c(2,1,4,3,6)
d = c(2,2,3,3,4)
mydata = ...
4
votes
0answers
233 views
partition of anova and comparisons (orthogonal single df) in r
I want to do single df orthogonal contrast in anova (fixed or mixed model). Here is just example:
require(nlme)
data (Alfalfa)
Variety: a factor with levels Cossack, Ladak, and Ranger
Date : a ...
0
votes
1answer
394 views
contrasts in anova
I understand the contrasts from previous posts and I think I am doing the right thing but it is not giving me what I would expect.
x <- c(11.80856, 11.89269, 11.42944, 12.03155, 10.40744,
...
-1
votes
1answer
64 views
Searching for aov effect tables with minimum values in R
After doing Analysis of variance and and building effects table, I need to capture only 5 of those term's table with minimum values. Because of a long list of factors; as there are around 100 factors ...
0
votes
1answer
232 views
N-way ANOVA in R
I need some help in performing N-way ANOVA in R to capture inter dependencies among different factors. In my data, there are around 100 different factors and I am using the following code to perform ...
0
votes
1answer
154 views
Two way ANOVA in R - added term doesn't appear in summary table
I am dealing with a dataset that involves 9 different genotypes, arranged into 3 different classes. About 20 size measurements from each genotype have been recorded.
I tried running a two-way anova ...
1
vote
1answer
148 views
Format custom summary output to match with ANOVA output in R
I'm new to R. We have an assignment that i'm working on. The assignment is on creating R package to mimic Anova table. I have created all the necessary function that is mandated in the assignment. The ...
-1
votes
1answer
140 views
very simple anova model - compare variables with factors vs different vectors [closed]
I think my question is best understood with a little code:
#Load data
b <- structure(list(s1 = c(18.5, 24, 17.2, 19.9, 18), s2 = c(26.3,
25.3, 24, 21.2, 24.5), s3 = c(20.6, 25.2, 20.8, ...
3
votes
2answers
1k views
How to extract a p-value when performing anova() between two glm models in R
So, I'm trying to compare two models, fit1 and fit2.
Initially, I was just doing anova(fit1,fit2), and this yielded output that I understood (including a p-value).
However, when I switched my models ...
1
vote
0answers
201 views
MATLAB: Anova for non-linear model fits
In Matlab, is there a quick way to perform an ANOVA on two non-linear model fits? Similar to this R command: http://rss.acs.unt.edu/Rdoc/library/drc/html/anova.drc.html , used as: anova(model2, ...
1
vote
0answers
136 views
How to define contrast coefficient matrix?
I have this data
y x1 x2 pre
1 16 1 1 14
2 15 1 1 13
3 14 1 2 14
4 13 1 2 13
5 12 2 1 12
6 11 2 1 12
7 11 2 2 13
8 13 2 2 13
9 10 3 1 10
10 11 3 1 11
11 11 3 ...
0
votes
1answer
187 views
scope from add1()-command in R
I am not sure how to use the add1 command. Suppose I have a model
y=b0+b1*x1
and I would like to know if it would be a better fit to add more independent variables. Now I would test all models
...
4
votes
3answers
120 views
To get grouped results in R
Here I have like below data set.
In SAS system, to get grouped results in whatever I do such as means, GLM or REG, I can cord as:
proc sort; by B;
proc glm;
class A;
model C=A; by B;
run;
Then, I ...
2
votes
1answer
2k views
Comparing two linear models with anova() in R [closed]
I don't quite understand what the p-value in this output means. I don't mean p-values as such, but in this case.
> Model 1: sl ~ le + ky
> Model 2: sl ~ le
Res.Df RSS Df Sum of Sq ...
3
votes
1answer
314 views
Difference in model fitness estimate between lmer() and anova() [closed]
I want to model the treatment effect over time on biological data using lmer() to take into account the individual effect.
The procedure usually used is to build several models by deleting step by ...
0
votes
1answer
545 views
Running scipy's oneway anova in a script
I have a problem. I want to run the scipy.stats f_oneway() ANOVA in a script that loads a data-archive containing groups with numpy arrays like so:
archive{'group1': array([ 1, 2, 3, ..., ]),
...
0
votes
1answer
139 views
R can't find function pure.error.anova
I am trying to create an ANOVA table with pure errors and lack-of-fit errors, but R gives me the following message when I try to use the function pure.error.anova:
Error: could not find function ...
0
votes
1answer
154 views
coercing ANOVA table into table object R
I am running a lot of ANOVA tables and would ultimately like to run them through the 'xtable' function in the xtable package for export into LaTeX. However I need to supply xtable with a table object, ...
3
votes
2answers
181 views
Defining dependent and independent variables dynamically in the ezANOVA function for R
I want to run an ezANOVA from the ez package on multiple dependent variables in a loop and save the result into several variables. Each dependent variable is within a seperate column of the same data ...
