Description Usage Arguments Value
Substantive effects via simulation
1 2 3 | gilez(m, x = stats::model.frame(m), Z = bestz(m, x), f = value,
y = 0, n = 1000, parallel = FALSE, w = getweights(m, x),
g = stats::weighted.mean, ...)
|
m |
a model. |
x |
a population within which to simulate effects. Default |
Z |
a named ist of two or more contrasting values for each variable. Default |
f |
a function for boiling down results. This is a function, not a string. Default |
y |
values of the outcome representing success under |
n |
number of simulated response vectors to generate for each level for each test. Default |
parallel |
logical. Passed on to |
w |
weights with respect to which to take averages. Default |
g |
function. the desired one-number summary of the boiled values. Default |
... |
other arguments to functions used within. |
a tall data.frame
with class gilez
to pass to gdiff
or sumer
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.