.determine_start_values | R Documentation |
Determine initial parameter values
.determine_start_values(data, start, fixed, family, use_moments, silent)
data |
Numeric vector with values in the (0, 1) interval. |
start |
Optional list with initial parameter values. |
fixed |
Optional list of parameters to be held fixed. |
family |
Character string specifying the distribution family. |
use_moments |
Logical; if TRUE, uses method of moments for initial values. |
silent |
Logical; if TRUE, suppresses messages. |
List with initial parameter values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.