Learn R Programming

psycho (version 0.4.91)

omega_sq: Partial Omega Squared.

Description

Partial Omega Squared.

Usage

omega_sq(x, partial = TRUE)

Arguments

x

aov object.

partial

Return partial omega squared.

Value

output

See Also

http://stats.stackexchange.com/a/126520

Examples

Run this code
# NOT RUN {
library(psycho)

df <- psycho::affective

x <- aov(df$Tolerating ~ df$Salary)
x <- aov(df$Tolerating ~ df$Salary * df$Sex)

omega_sq(x)
# }

Run the code above in your browser using DataLab