R/model.update.r

Defines functions model.update

Documented in model.update

model.update <- function(gam.object,form){
if(gam.object$family$family=="multinom"){stop("Please update multinomial models manually.\n")}else{
return(update(gam.object,form,data=gam.object$data,family=gam.object$family$family))}
}

                    

Try the CICI package in your browser

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

CICI documentation built on April 3, 2025, 7:08 p.m.