powered by
General extractor for additional parameters in mgcv models
theta(object, ...)# S3 method for gam theta(object, transform = TRUE, ...)
# S3 method for gam theta(object, transform = TRUE, ...)
Returns a numeric vector of additional parameters
a fitted model
arguments passed to other methods.
logical; transform to the natural scale of the parameter
load_mgcv() df <- data_sim("eg1", dist = "poisson", seed = 42, scale = 1 / 5) m <- gam(y ~ s(x0) + s(x1) + s(x2) + s(x3), data = df, method = "REML", family = nb() ) p <- theta(m)
Run the code above in your browser using DataLab