nb_theta | R Documentation |
Negative binomial parameter theta
nb_theta(model)
## S3 method for class 'gam'
nb_theta(model)
model |
a fitted model. |
A numeric vector of length 1 containing the estimated value of theta.
nb_theta(gam)
: Method for class "gam"
load_mgcv()
df <- data_sim("eg1", n = 500, dist = "poisson", scale = 0.1, seed = 6)
m <- gam(y ~ s(x0, bs = "cr") + s(x1, bs = "cr") + s(x2, bs = "cr") +
s(x3, bs = "cr"), family = nb, data = df, method = "REML")
## IGNORE_RDIFF_BEGIN
nb_theta(m)
## IGNORE_RDIFF_END
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.