Displaying 1 result from an estimated 1 matches for "biotic2".
Did you mean:
biotic1
2007 Jan 11
3
batch job GLM calculations
...able(paste(t.url, "All_animals.txt", sep=""),header=T)
collect.results <- function(x) {
#resets vectors which will be filled
i <- 0
AICA <- NA;
#put models names hierarchically in vector
modelnames <- c("1=global", "2=biotic1", "3=biotic2", "4=abiotic") #keep track of changes in model names and number
for (i in 1:length(modelnames))
#model structure of the four models given for all models to run
#global
modelstructure <- c(
"ZlogHRS ~ ZRi+ZE+ZPROX_MN+ZED+ZAlwd+ZT2+ZW+ZN+Sex+y",
#biotic1
"Zlog...