
Last chance! 50% off unlimited learning
Sale ends in
Extracting p-values for models that don't produce them.
grouped_p_value(data, grouping.vars, ..f, ...)
Dataframe (or tibble) from which variables are to be taken.
Grouping variables.
A function, or function name as a string.
<dynamic> Arguments for .fn
.
# NOT RUN {
groupedstats:::grouped_p_value(
data = ggplot2::diamonds,
formula = scale(price) ~ scale(carat) + (carat | color),
grouping.vars = c(cut, clarity),
..f = lme4::lmer
)
# }
Run the code above in your browser using DataLab