R/globals.R

utils::globalVariables(
  c("study",
    "groups",
    "sample_population",
    "sample_fitness",
    "sample_men_ratio",
    "anamnese_smoker",
    "anamnese_medicines_to_control_BP",
    "age",
    "design_type_of_exercise",
    "design_sample_size",
    "design_training_duration",
    "design_training_frequency",
    "design_exercise_intensity",
    "hiie_n_reps",
    "hiie_rep_duration",
    "hiie_work_rest_ratio",
    "compliance",
    "endpoints_vo2max",
    "endpoints_fmd",
    "endpoints_body_mass",
    "endpoints_body_fat",
    "endpoints_sbp",
    "endpoints_dbp",
    "endpoints_hdl",
    "endpoints_ldl",
    "endpoints_triglycerides",
    "endpoints_total_cholesterol",
    "endpoints_insulin",
    "endpoints_glucose",
    "endpoints_homa",
    "endpoints_bmi",
    "endpoints_crp",
    "endpoints_hba1c",
    "age_median",
    "caption_label",
    "dummy_duration",
    "dummy_exercise_icon",
    "dummy_fitness",
    "dummy_frequency",
    "dummy_groups",
    "dummy_intensity",
    "dummy_medicines",
    "dummy_men_ratio",
    "dummy_population",
    "dummy_reps",
    "dummy_reps_duration",
    "dummy_sample_size",
    "dummy_smoker",
    "dummy_type",
    "dummy_work_rest_ratio",
    "endpoint",
    "fill",
    "label",
    "label_endpoint",
    "my_colour",
    "sig_from_bsln",
    "x",
    "y",
    "HIIE",
    "Mean_HIIE",
    "Mean_MICT",
    "N_HIIE",
    "N_MICT",
    "SD_HIIE",
    "SD_MICT",
    "bsln",
    "category_age",
    "category_bsln",
    "category_duration",
    "category_men_ratio",
    "duration",
    "men_ratio",
    "population",
    "population_regression",
    "type_exercise",
    "different",
    "n",
    "overall",
    "p_val",
    "same_as_overall",
    "study_sig",
    "browseURL",
    "bsln_adjusted",
    "N",
    "N_total",
    "diff_mean",
    "diff_sd",
    "post_mean",
    "post_sd",
    "post_variation",
    "pre_mean",
    "pre_sd",
    "pre_variation",
    "sd_sem_ci",
    "vi",
    "yi",
    "Mean",
    "SD",
    "ci_high",
    "ci_low",
    "data",
    "desired_effect",
    "p_value",
    "results",
    "ri",
    "sig"),
  package = "metabolic",
  add = FALSE
)

Try the metabolic package in your browser

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

metabolic documentation built on Oct. 10, 2023, 9:06 a.m.