inst/tests/ols.r

require(rms)
n = 800
x = rnorm(n)
x[4:6] = NA
y = x + rnorm(n)
fit = ols(y ~ x)
print(fit, latex=TRUE)

Try the rms package in your browser

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

rms documentation built on Sept. 12, 2023, 9:07 a.m.