Description Usage Arguments Value Author(s) See Also Examples
makes the search grid for dredge_regression
1 2 3 | make_regression_grid(data, max_columns = getOption("mndredge_max_columns", 4),
max_correlation = getOption("mndredge_max_correlation", 0.85),
beam_width = getOption("mndredge_beam_width", 1000))
|
data |
a |
max_columns |
the maximum columns that can go into |
max_correlation |
max pair-wise |
beam_width |
the maximum the maximum number of regressions to try for the |
a tidy data.frame
containing the following components:
the formula to use in lm
Mark Newman, mark@trinetteandmark.com
Other search grids: make_correlation_grid
1 |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.