CRSU-Apps / MetaInsight

An interactive web-based tool for analyzing, interrogating, and visualizing network meta-analyses using R-shiny
https://crsu.shinyapps.io/MetaInsight/
GNU General Public License v3.0
8 stars 6 forks source link

Mr 1 covariate model #96

Closed BalancedmonkeY closed 10 months ago

BalancedmonkeY commented 10 months ago

To do internal testing of new command, you can do the following

test_data <- read.csv("Binary_wide_cov.csv") prepped_data <- PrepDataGemtc(test_data, "Binary", "covar.DiseaseDuration", "DiseaseDuration") reg_result <- RunCovariateRegression(prepped_data, 'random', 'shared', '1') summary(reg_result)

You may have to load the functions to your workspace manually (as well as those in DataWrangling.R)