relevance_table.study | R Documentation |
creates a table with the effectsizes of all locations for a specific research question and one-sided CIs for the effect found by each university and the prediction interval of the overall effect. If the measure is either OR or SMD, it calls the function relevance_f.study to do most of the heavy lifting. If measure is drop, the function r_squared.study is called and its output returned.
relevance_table.study( object, coverage_prob = 0.95, mem = TRUE, use.both = TRUE )
object |
study object |
mem |
boolean, whether fixed effect from mixed effects model should be included |
use.both |
boolean, should both data frames be used? |
coverage_probab |
Double. Coverage probability of the CIs. Defaults to .95 |
after_esclalc data.frame. Contains the university-level effect sizes and CIs for one research question.
Stefan Thoma, adapted from Lorenz Herger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.