powered by
glmgam.fit(X,y,start=NULL,trace=FALSE,tol=1e-6,maxit=50)
randomizedBlockFit
y <- rgamma(10,shape=5) X <- cbind(1,1:10) fit <- glmgam.fit(X,y,trace=TRUE)
Run the code above in your browser using DataLab