R/boot.R

Defines functions boot

Documented in boot

boot <- 
  function(object, ...){
    UseMethod("boot")
  }

Try the npreg package in your browser

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

npreg documentation built on July 21, 2022, 1:06 a.m.