R/basepredict.R

Defines functions basepredict

Documented in basepredict

basepredict = function(model, values, sim.count = 1000, conf.int = 0.95, sigma=NULL, set.seed=NULL,
                       type = c("any", "simulation", "bootstrap"), summary = TRUE){
  UseMethod("basepredict")
}

Try the glm.predict package in your browser

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

glm.predict documentation built on Dec. 2, 2022, 5:12 p.m.