R/print.anesrake.R

print.anesrake <-
function(x, ...) {
    out <- cbind(x$caseid, x$weightvec)
    colnames(out) <- c("caseid", "weightvec")
    as.data.frame(out)
    print(out)
}

Try the anesrake package in your browser

Any scripts or data that you put into this service are public.

anesrake documentation built on May 2, 2019, 1:42 p.m.