inst/expkg/flm1/tests/unitizer/unitizer.fastlm.R

# Extra test file for internal tests; not for DEMO

library(utzflm, lib.loc=getOption('unitizer.tmp.lib.loc'))
x <- 1:10
y <- x ^ 3
res <- fastlm(x, y)

get_slope(res)
get_rsq(res)
get_intercept(res)
brodieG/unitizer documentation built on Oct. 14, 2023, 6:26 a.m.