The number of degrees of freedom used for model parameters.
deg_free(range = c(1L, 5L), trans = NULL)
range | A two-element vector holding the defaults for the smallest and largest possible values, respectively. |
---|---|
trans | A |
One context in which this parameter is used is spline basis functions.
deg_free()#> Degrees of Freedom (quantitative) #> Range: [1, 5]