Description Usage Arguments Value See Also Examples
Creates the necessary input for fitNetwork when selecting variables based on
the resample
function. The purpose of making this function
available to the user is to that different decisions can be made about how
exactly to use the resample
output to select a model, as
sometimes there is more than one option for choosing a final model.
1 2 3 4 5 6 7 8 9 10 |
obj |
|
data |
The dataframe used to create the |
fit |
Logical. Determines whether to fit the selected model to the data
or just return the model specifications. Must supply a dataset in the
|
select |
Character string, referring to which variable of the output
should be used as the basis for selecting variables. If the resampling
method was either When the resampling method was For all types of |
thresh |
Numeric value. If |
ascall |
Logical. Determines whether to return a list with arguments
necessary for fitting the model with |
type |
Should just leave as-is. Automatically taken from the
|
... |
Additional arguments. |
A call ready for fitNetwork
, a fitted network model, or
a list of selected variables for each node along with relevant attributes.
Essentially, the output is either the selected model itself or a list of
the necessary parameters to fit it.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.