tests/warn-accuracy.R

# warn-accuracy.R --- Warn if not enough data

library(usl)

options(digits=1, scipen=7)

data(raytracer)

r <- raytracer[1:5, ]

u <- usl(throughput ~ processors, data=r)

coef(u)

Try the usl package in your browser

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

usl documentation built on Aug. 29, 2022, 1:06 a.m.