search for: sruse

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

Did you mean: kruse
2005 Nov 01
1
help with hier.part
...variables are the explanatory vars (vark, var2, var1, UK, U2, U1, GK, G2, G1, PK, P2, P1). Here is Walsh's sample code for hier.part: data(urbanwq) env <- urbanwq[,2,8] hier.part(urbanwq$lec, env, fam="gaussian", gof="Rssqu") The code I wrote is library(hier.part) SRUSE<- read.table("F:\\GEORGIA\\species_richness\\SR_use2.txt", sep=" ", header = TRUE, row.names = 1) TEMP<- SRUSE[2:13] hier.part(SRUSE$nat_est,TEMP, family="NegBin", gof="logLik", barplot= TRUE) So far this doesn't work and I'd really appreciate...