Displaying 1 result from an estimated 1 matches for "attach1".
Did you mean:
attach
2010 Mar 25
0
help with breaking loops used to fit covariates in nlme model building procedure
...if (b==4) {
c(m0sulf.fix[1],m0sulf.fix[2],m0sulf.fix[3],m0sulf.fix[4],vector(mode="numeric",p*(m-1)))
}}}}}
vec[[p]][[b]][[m]]=try(my.vect(b,p,m),TRUE)
}}}
#which creates: see attach1.txt
followed by: again only for the first tier-cov only on one parameter at a time
mod<- vector("list", 1)
mod<- lapply(1:length(vec), function(vec) vector("list",4))
mod<- lapply(1:length(vec[[1]]), function(vec) vector("list",4))
mod
#modelling loop
#1s...