Description Usage Arguments Value Author(s)
View source: R/createEquation.R
createEquation writes an equation based on a data.frame (or data.table), bootstraping a set of covariates around the standard error present in the table.
1 | createEquation(model, replicates = 100)
|
model |
data.frame. Needs to have as column names 'Coefficient', and 'Value' and 'StdErr' for a
given parameter. The model table NEEDS to have at least two rows, one being the 'Intercept'
as 'Coefficient'. If 'Intercept' is not found, it enters |
replicates |
numeric. Number of repetitions to be added to the bootstrapping. |
As with archivist::cache
, returns the value of the
function call or the cached version (i.e., the result from a previous call
to this same cached function with identical arguments).
Tati Micheletti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.