Description Usage Arguments Value Examples
A function to launch the Exploratory Regression Shiny App
1 2 3  | exploreReg(ERmfull, ERdata = NULL,
  ERbarcols = RColorBrewer::brewer.pal(4, "Set2"), npcpCols = 4,
  pvalOrder = F, tablesOnly = F, displayHeight = NULL)
 | 
ERmfull | 
 the lm fit to be explored  | 
ERdata | 
 the data used to fit the model. If NULL, attempts to extract from ERmfull.  | 
ERbarcols | 
 a vector of colours, one per term in lm. Will be expanded via colorRampPalette if not the correct length.  | 
npcpCols | 
 number of colours for the PCP  | 
pvalOrder | 
 if TRUE, re-arranges predictors in order of p-value  | 
tablesOnly | 
 if TRUE, shows Plots 1-3 only.  | 
displayHeight | 
 supply a value for the display height  | 
the shiny server
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.