deg_free | R Documentation |
logLik
objectRetrieve the degrees of freedom from a logLik
object
deg_free(x)
x |
An object that implements a method for |
The df
attribute of the stats::logLik()
of the given object.
# Retrieve the degrees of freedom model a changepoint model
DataCPSim |>
segment() |>
as.model() |>
deg_free()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.