View source: R/fix_family_rd.R
fix_family_rd | R Documentation |
Fix $rd() slot of a mgcv family.
fix_family_rd(fam)
fam |
an |
library(mgcvUtils)
set.seed(525)
dat <- gamSim(1,n=400,dist="normal",scale=2)
b <- gam(list(y~s(x0),~s(x1),~1),data=dat,family=gevlss)
head( simulate(b, nsim = 2) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.