deg_free {dials} | R Documentation |
Degrees of freedom (integer)
Description
The number of degrees of freedom used for model parameters.
Usage
deg_free(range = c(1L, 5L), trans = NULL)
Arguments
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
Details
One context in which this parameter is used is spline basis functions.
Examples
deg_free()
[Package dials version 1.3.0 Index]