search for: standardiserat

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

2000 Jul 21
1
confint() error
...ing to be done... Error in object[[pm]] : subscript out of bounds if only one covariate is analysed. Profiling seem to be the problem. I would too very much like to have know what the warning and error messages mean. All clues are welcome. Thanks in advance! Tord Sn?ll Copy of the analysis: standardiserat.data <- read.table("Inom_buffert (standardiserat).txt", header=TRUE) library(mass) glm.spe.var.konn2.abund<- glm(OSPEINC~DIA+FICKAD+RINGB+TUNNB+UTANB+DYING+DEAD+QUAL+SPRUCEBR+SOILMOIST+ SHADE+BARKDEPTH+PPULABUN+SPEABART2+SPEABFER2, family=binomial, data=standardiserat.data) stepAIC....