dat <- data.frame(
bs = c(0.5, 0.45, 0.55, 0.6),
sebs = c(0.25, 0.2, 0.22, 0.27),
Ns = c(50, 80, 65, 90)
)
result <- waive(dat,
method = 3, weight = 0, instrument = 1,
studylevel = 0, SE = 0, AR = 0, first_stage = 0
)
Run the code above in your browser using DataLab