View source: R/plottingfunctions.R
MarginalEffectsGraphDataframe | R Documentation |
Creates a dataframe of the marginal effect of phenotype
MarginalEffectsGraphDataframe( inputResults, inputData, independentAnalyteOfInterest, outcomeAnalyteOfInterest, continuous, outcome, independentVariable )
inputResults |
IntLimResults object with model results (output of RunIntLim()) |
inputData |
Named list (output of FilterData()) with analyte levels and associated meta-data |
independentAnalyteOfInterest |
independent analyte in pair |
outcomeAnalyteOfInterest |
outcome analyte in pair |
continuous |
whether or not the outcome is continuous (TRUE or FALSE) |
outcome |
'1' or '2' must be set as outcome/independent variable |
independentVariable |
'1' or '2' must be set as outcome/independent variable |
dataframe for further analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.