Giter Site home page Giter Site logo

Comments (3)

LilianYou avatar LilianYou commented on August 17, 2024

Just add more details. I'm using aov_car to run repeated measurements.

from afex.

singmann avatar singmann commented on August 17, 2024

Literally the first example of the examples of aov_car() show how to do that:

library("afex")
data(md_12.1)
aov_ez("id", "rt", md_12.1, within = c("angle", "noise"), 
       anova_table=list(correction = "none", es = "none"))
# Anova Table (Type 3 tests)
# 
# Response: rt
#        Effect    df     MSE         F p.value
# 1       angle 2, 18 3560.00 40.72 ***   <.001
# 2       noise  1, 9 8460.00 33.77 ***   <.001
# 3 angle:noise 2, 18 1160.00 45.31 ***   <.001
# ---
# Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘+’ 0.1 ‘ ’ 1

# Default output
aov_ez("id", "rt", md_12.1, within = c("angle", "noise")) 
# Anova Table (Type 3 tests)
# 
# Response: rt
#        Effect          df     MSE         F  ges p.value
# 1       angle 1.92, 17.31 3702.02 40.72 *** .390   <.001
# 2       noise        1, 9 8460.00 33.77 *** .387   <.001
# 3 angle:noise 1.81, 16.27 1283.22 45.31 *** .188   <.001
# ---
# Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘+’ 0.1 ‘ ’ 1
# 
# Sphericity correction method: GG 

from afex.

LilianYou avatar LilianYou commented on August 17, 2024

Great. Thanks!

from afex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.