ife | R Documentation |
Create a new 'influence_func_estimate' object
ife(
x,
eif,
weights = rep(1, length(eif)),
id = as.character(1:length(eif)),
critical_value = qnorm(0.975)
)
influence_func_estimate(
x,
eif,
weights = rep(1, length(eif)),
id = as.character(1:length(eif)),
critical_value = qnorm(0.975)
)
x |
[ |
eif |
[ |
weights |
[ |
id |
[ |
critical_value |
[ |
An 'S7' object of class influence_func_estimate
.
x <- influence_func_estimate(5, runif(10))
y <- ife(5, runif(10))
x + y
x + 1
1 - y
x / y
x * y
tidy(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.