om_mix_models: Run mixed effects model

Description Usage Arguments

View source: R/analysis.R

Description

This function performs mixed models (Currently only works on Ann Miller experimental data)

Usage

1
2
3
4
5
6
7
om_mix_models(
  gathered_dat,
  question,
  plot_model = F,
  get_effects = F,
  get_tidy = F
)

Arguments

gathered_dat

Assessment data as long format

question

Specify question that you want to perform analysis for (ex: "Q18")

plot_model

logical. Show a coefficient plot of the model. Default is FALSE

get_effects

logical. Get marginal effects. Default is FALSE

get_tidy

logical. Get a tidy dataframe with estimates. Also calculates pseudo cohen's d efecct sizes. Default is FALSE


openmindplatform/openmindR documentation built on Nov. 13, 2021, 2:13 p.m.