powered by
glmgam.fit(X, y, start=NULL, tol=1e-6, maxit=50, trace=FALSE)
TRUE
iter
maxit+1
glm.fit(X,y,family=Gamma(link="identity"))
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