powered by
Format estimates and standard errors for nice printing
make_se_entry(estimate, std.error, digits = 2)
a character vector of formatted estimates and standard errors
a numeric vector of parameter estimates
a numeric vector of standard error estimates
number of digits to retain
estimate <- c(0.07, 0.005, -4) std.error <- c(0.12, 0.001, 1.2) make_se_entry(estimate, std.error)
Run the code above in your browser using DataLab