search for: mcmc_glm

Displaying 1 result from an estimated 1 matches for "mcmc_glm".

2011 Mar 08
1
MCMC_glm models
Hello, I am trying to run multiple glm models for a dataset and need some help First, i generated a matrix of abundance for 10000 populations based on the mean and variance of my dataset X <- replicate(10000, rpois(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