# Do not run during R CMD check --as-cran since it takes longer than 5s
## example from https://www.labkey.org/wiki/home/Documentation/page.view?name=luminexFileFormats
dat <- read.luminex.xls(paste(system.file(package="nCal")[1],'/misc/02-14A22-IgA-Biotin.xls',
sep=""))
str(dat)
dat=subset(dat, (well_role=="Standard" | well_role=="Unknown") & analyte=="ENV1 (31)")
out = ncal(log(fi)~expected_conc, dat, return.fits = TRUE, plot.se.profile=FALSE)
outRun the code above in your browser using DataLab