python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
In R can you manually set degrees of freedom for lm() or Anova()?
I am replicating SPSS code in R that runs several Type 3 ANOVAs. In SPSS you can specify specific contrasts in an ANOVA (e.g., compare level 2 v level 4 in this 5-level variable). The resulting ANOVA ...
Merlin37
Votes: 0
Answers: 1
Is there a way to correct for skewness caused by the control group in R?
I am working with a research data set where we exposed groups of small fish to a stressor and then sampled them at different timepoints to get an idea of how their cortisol (stress hormone) levels cha...
Toni
Votes: 0
Answers: 1
Running a robust mixed model ANOVA using statsmodel anova_lm
I have a data set of users behavior which I want to run series of ANOVA's on, based on there outcome of assumption checks. For situations where the assumption of homogeneity isn't met I would like to ...
Navot Naor
Votes: 0
Answers: 0
extract multiple values based on other column
I have this data in r, which I need to make an anova with.
My problem is, that I only need data out of Faktor 0 and 2 but not 1.
I can access one with:
FSQ$total_Sum[FSQ$Faktor=="0"]
but I...
Timon Doo
Votes: 0
Answers: 2