inst/doc/noweb.R

coxme <- function(formula,  data, 
        weights, subset, na.action, init, 
        control, ties= c("efron", "breslow"),
        varlist, vfixed, vinit, sparse=c(50,.02),
        x=FALSE, y=TRUE, 
        refine.n=0, random, fixed, variance,  ...) {

    time0 <- proc.time()    #debugging line
    ties <- match.arg(ties)
    Call <- match.call()






}   

Try the noweb package in your browser

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

noweb documentation built on May 29, 2024, 8:12 a.m.