View source: R/f - Calculate Std Error.R
f_calculate_std_error | R Documentation |
Calculates standard error.
f_calculate_std_error(df.input, c.group.by = NULL, c.model, c.data)
df.input |
—– |
c.group.by |
—– (default: NULL). |
c.model |
—– |
c.data |
—– |
-
Vector with standard errors.
Pieter Overdevest
v.output <- f_calculate_std_error(
df.input = df.sc,
c.group.by = NULL,
c.model = "solids.median",
c.data = "solids"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.