Displaying 1 result from an estimated 1 matches for "coxmefull".
Did you mean:
  compfull
  
2020 Jan 13
0
Error in R CMD check --as-cran ?
...smat()
 ??? ismat <- function (x) {
 ??????? inherits(x, c("matrix", "bdsmatrix", "Matrix"), which=FALSE)
 ??? }
 ??? if (missing(varlist) || is.null(varlist)) {
 ??????? varlist <- vector('list', nrandom)
 ??????? for (i in 1:nrandom) varlist[[i]] <- coxmeFull() #default
 ??? }
 ??? else {
 ??????? if (is.function(varlist)) varlist <- varlist()
 ??????? if (inherits(varlist, 'coxmevar')) varlist <- list(varlist)
 ??????? else if (ismat(varlist))
 ??????????? varlist <- list(coxmeMlist(list(varlist)))
 ??????? else {
 ??????????? if (!is....