Displaying 1 result from an estimated 1 matches for "x_glm".
Did you mean:
m_glm
2011 Mar 08
1
MCMC_glm models
...ois(50, 9.244655))
and entered the years as row names
Y <- c(1960:2009)
rownames(X)<-Y
Now my issue is that I want to run a glm on each of those columns. However
I cannot just run glm(X~Y)
"Error: (subscript) logical subscript too long"
I know I can run individual column glms
X_glm <- glm(X[,1]~Y)
but would rather not do that 10000 times.
Any suggestions?
Thank you for any help.
Nick.
[[alternative HTML version deleted]]