R/globals.R

#' @importFrom utils read.csv modifyList
NULL

model_results_env <- new.env()

utils::globalVariables(
  c(
    "-2LL",
    ".x",
    "ObsName",
    "RetCode",
    "X1",
    "X2",
    "diagonal",
    "eps",
    "eta",
    "input",
    "label",
    "m",
    "nObs",
    "nParm",
    "nSub",
    "nind",
    "nobs",
    "nparm",
    "ofv",
    "problem",
    "rse",
    "shrinkage",
    "shrinkage%",
    "type",
    "value",
    "xpdb"
  )
)

Try the Certara.ModelResults package in your browser

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

Certara.ModelResults documentation built on April 4, 2025, 2:43 a.m.