ife {ife} | R Documentation |
Create a new 'influence_func_estimate' object
Description
Create a new 'influence_func_estimate' object
Usage
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)
)
Arguments
x |
[ |
eif |
[ |
weights |
[ |
id |
[ |
critical_value |
[ |
Value
An 'S7' object of class influence_func_estimate
.
Examples
x <- influence_func_estimate(5, runif(10))
y <- ife(5, runif(10))
x + y
x + 1
1 - y
x / y
x * y
tidy(x)
[Package ife version 0.1.12 Index]