search for: fscope

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

Did you mean: scope
2010 Jul 14
1
Add Significance Codes to Data Frame
...fficients[num+1]) ret <- data.frame(est,sub$'Pr(F)') colnames(ret) <- c("Estimate","Pr(F)") rownames(ret) <- rownames(sub) ret <- format(ret,digits=1,nsmall=1,scientific=F) if (order.by.p) { ret <- ret[order(ret$'Pr(F)'),]} return(ret) } fscope <- as.formula(paste("dep.sign.up ~ ", paste(names(lr)[2:10], collapse= "+"))) rslt <- add1.coef(lm(dep.sign.up ~ 1, data=lr),fscope,p.value=1,order.by.p=FALSE) Estimate Pr(F) r1.pop.total 0.02 0.09 r1.pop.household 0.05 0.09 r1.pop.fem...