search for: xpndfit

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

Did you mean: ndfit
2000 Sep 29
0
Is it R or I?
...# NOTE: THE STEP() TAKES FOREVER IN R # tmpzx2 <-lm(lmexpall,data=xd) # tmpzxall <- step(tmpzx2, trace=0) cat ("Done building model", "\n") # Get predictions xp <- predict(tmpzx,se.fit=T,interval=c("confidence")) xpnd <- xp xpndfit.df <- as.data.frame(xpnd$fit) xpnd.o <- data.frame(act=get(resp),fit.act=xp$fit) mapres.opact <- data.frame(act=get(resp)) mapres.opprd <- data.frame(fit.act=xp$fit) write.table(xpnd.o,"lmtst.dat",quote=F,row.names=F) mapres.op <- data.frame(idvar=get(id...