Displaying 1 result from an estimated 1 matches for "birich".
Did you mean:
birch
2013 Jan 18
1
Object created within a function disappears after the function is run
...redgeit<-function(lm1){
dd1<-dredge(lm1,eval=FALSE) #create all possible combinations
dd1<-gsub("formula = ","",dd1,fixed=TRUE) #delete characters
dd1<-gsub(" + 1","",dd1,fixed=TRUE) #delete characters
dd1#inspect model formulae
}
lm1<-lm(data$BiRich.o~log(data$HaArea,10)+log(data$HaPeri,10)) #saturated
submodel
dredgeit(lm1)
[[alternative HTML version deleted]]