/dports/math/R-cran-survey/survey/tests/ |
H A D | kalton.R | 31 round(svytable(~a+b,dps)/xtabs(~a+b,kaltonsample),2) 32 round(svytable(~a+b,dcalps)/xtabs(~a+b,kaltonsample),2) 35 round(svytable(~a+b,drake)/xtabs(~a+b,kaltonsample),2) 36 round(svytable(~a+b,dcalrake)/xtabs(~a+b,kaltonsample),2) 39 round(svytable(~a+b,dlinear)/xtabs(~a+b,kaltonsample),2) 42 round(svytable(~a+b,dgreg)/xtabs(~a+b,kaltonsample),2) 45 round(svytable(~a+b,dlogit)/xtabs(~a+b,kaltonsample),2) 48 round(svytable(~a+b,dtrunclinear)/xtabs(~a+b,kaltonsample),2)
|
H A D | kalton.Rout.save | 59 > round(svytable(~a+b,dps)/xtabs(~a+b,kaltonsample),2) 66 > round(svytable(~a+b,dcalps)/xtabs(~a+b,kaltonsample),2) 75 > round(svytable(~a+b,drake)/xtabs(~a+b,kaltonsample),2) 82 > round(svytable(~a+b,dcalrake)/xtabs(~a+b,kaltonsample),2) 91 > round(svytable(~a+b,dlinear)/xtabs(~a+b,kaltonsample),2) 100 > round(svytable(~a+b,dgreg)/xtabs(~a+b,kaltonsample),2) 109 > round(svytable(~a+b,dlogit)/xtabs(~a+b,kaltonsample),2) 118 > round(svytable(~a+b,dtrunclinear)/xtabs(~a+b,kaltonsample),2)
|
/dports/math/R-cran-survey/survey/man/ |
H A D | svychisq.Rd | 1 \name{svytable} 3 \alias{svytable} 4 \alias{svytable.svyrep.design} 5 \alias{svytable.survey.design} 9 \alias{summary.svytable} 10 \alias{print.summary.svytable} 28 \method{summary}{svytable}(object, 44 \item{object}{Output from \code{svytable}} 45 \item{...}{For \code{svytable} these are passed to \code{xtabs}. Use 170 (tbl <- svytable(~sch.wide+stype, dclus1)) [all …]
|
H A D | rake.Rd | 70 svytable(~stype, rclus1r, round=TRUE) 72 svytable(~sch.wide, rclus1r, round=TRUE) 76 svytable(~stype+sch.wide, rclus1r, round=TRUE) 95 svytable(~stype+sch.wide, rclus1ps, round=TRUE)
|
H A D | svyplot.Rd | 64 \code{\link{svytable}} for plots of discrete data. 99 plot(svytable(~sch.wide+comp.imp+stype,design=dstrat)) 100 fourfoldplot(svytable(~sch.wide+comp.imp+stype,design=dstrat,round=TRUE))
|
H A D | barplot.svystat.Rd | 13 barplot method already works for results from \code{\link{svytable}}.
|
H A D | svyby.Rd | 130 \seealso{\code{\link{svytable}} and \code{\link{ftable.svystat}} for
|
/dports/math/R-cran-survey/survey/R/ |
H A D | stdize.R | 17 freemargins<-as.data.frame(svytable(over, design)) 19 fixedmargins<-as.data.frame(svytable(by,design)) 22 allmargins<-as.data.frame(svytable(combined,design))
|
H A D | surveychisq.R | 38 pearson<- suppressWarnings(chisq.test(svytable(formula,design,Ntotal=N), 107 pearson<- chisq.test(svytable(formula,design,Ntotal=N), 175 pearson<- suppressWarnings(chisq.test(svytable(formula,design,Ntotal=N), 244 pearson<- chisq.test(svytable(formula,design,Ntotal=N), 309 pearson<- suppressWarnings(chisq.test(svytable(formula,design,Ntotal=N), 378 pearson<- chisq.test(svytable(formula,design,Ntotal=N),
|
H A D | surveyrep.R | 1954 oldtable<-svytable(ff, design) 1970 newtable<-svytable(ff, design)
|
H A D | survey.R | 858 svytable<-function(formula, design, ...){ function
|
/dports/math/R-cran-survey/survey/ |
H A D | NAMESPACE | 8 svymean, svytotal, svyvar, svyratio, svytable, svychisq, svymle, svysmooth, 112 S3method(svytable, survey.design) 113 S3method(svytable, svyrep.design) 114 S3method(svytable, DBIsvydesign) 272 S3method(summary,svytable) 280 S3method(print,summary.svytable)
|
H A D | INDEX | 47 svytable Contingency tables
|
/dports/math/R-cran-survey/survey/inst/ |
H A D | NEWS | 170 3.35-1 svytable() could give an integer overflow with a replicate-weight design having integer weig… 456 3.25-1 The ... argument to svytable() is now passed to xtabs() 792 svytable() for database-backed designs 854 svyby() and svytable() work on twophase objects. 1095 svytable() could sometimes leave the class attribute off the result. 1096 summary() now gives tests of association for svytable().
|