powered by
Adds the DHS Classification scheme to data created by runRegressionAnalysis
classifyRegressionAnalysis( DF, PSigTest = TRUE, per_changed_column = modeled_percentchange, model_sig_column = lmreg_sig )
DF with an extra column Catagory containing the results of the DHS binning
dataframe that contains results of buildRegressionEstimateTable
Controls if we filter values with P-values>.3
column name of estimated percent change of signal
column name of significance of linear model that generated the percent change
data(Example_data, package = "Covid19Wastewater") Example_data$modeled_percentchange = 0 Example_data$lmreg_sig = .01 classifyRegressionAnalysis(Example_data)
Run the code above in your browser using DataLab