R/globals.R

# Global variables for MBNMAdose
# Author: Hugo Pedder
# Date created: 2022-02-22

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c(".", "studyID", "agent", "dose", "Var1", "value",
                                                        "Parameter", "fupdose", "groupvar", "y", "sd", "standsd",
                                                        "network", "a", "param", "med", "l95", "u95", "value",
                                                        "Estimate", "2.5%", "50%", "97.5%", "treatment",
                                                        "study", "arm", "mod1.mean", "mod2.mean", "argcheck",
                                                        "Comparison", "Evidence", "splinefun", "level",
                                                        "user.str"))

Try the MBNMAdose package in your browser

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

MBNMAdose documentation built on Aug. 8, 2023, 5:11 p.m.