Searched refs:rclus1r (Results 1 – 3 of 3) sorted by relevance
/dports/math/R-cran-survey/survey/tests/ |
H A D | rakecheck.R | 11 rclus1r <- rake(rclus1, list(~stype,~sch.wide), list(pop.types, pop.schwide)) globalVar 13 svymean(~api00, rclus1r) 14 svytotal(~enroll, rclus1r) 23 summary(weights(rclus1g)/weights(rclus1r))
|
H A D | rakecheck.Rout.save | 35 > rclus1r <- rake(rclus1, list(~stype,~sch.wide), list(pop.types, pop.schwide)) 37 > svymean(~api00, rclus1r) 40 > svytotal(~enroll, rclus1r) 56 > summary(weights(rclus1g)/weights(rclus1r))
|
/dports/math/R-cran-survey/survey/man/ |
H A D | rake.Rd | 63 rclus1r <- rake(rclus1, list(~stype,~sch.wide), list(pop.types, pop.schwide)) 65 svymean(~api00, rclus1r) 66 svytotal(~enroll, rclus1r) 70 svytable(~stype, rclus1r, round=TRUE) 72 svytable(~sch.wide, rclus1r, round=TRUE) 76 svytable(~stype+sch.wide, rclus1r, round=TRUE)
|