R/lba.default.R

Defines functions lba.default

Documented in lba.default

lba.default <- function(obj,         
                        ...){

  stop(paste("class", class(obj), "objects are not valid for lba" ))

}

Try the lba package in your browser

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

lba documentation built on Aug. 31, 2023, 1:08 a.m.