R/predictLandmark.R

Defines functions predictLandmark.jointPenal predictLandmark

# methods for dynamic 
# --------------------------------------------------------------------

predictLandmark <- function(object,newdata,times,landmark,cause,...){
  UseMethod("predictLandmark",object)
}

predictLandmark.jointPenal <- function(object,newdata,times,landmark,cause,...){
    ## xxx
    ## stopifnot(
}

Try the pec package in your browser

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

pec documentation built on April 11, 2023, 5:55 p.m.