Home
last modified time | relevance | path

Searched refs:svytable (Results 1 – 14 of 14) sorted by relevance

/dports/math/R-cran-survey/survey/tests/
H A Dkalton.R31 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 Dkalton.Rout.save59 > 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 Dsvychisq.Rd1 \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 Drake.Rd70 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 Dsvyplot.Rd64 \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 Dbarplot.svystat.Rd13 barplot method already works for results from \code{\link{svytable}}.
H A Dsvyby.Rd130 \seealso{\code{\link{svytable}} and \code{\link{ftable.svystat}} for
/dports/math/R-cran-survey/survey/R/
H A Dstdize.R17 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 Dsurveychisq.R38 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 Dsurveyrep.R1954 oldtable<-svytable(ff, design)
1970 newtable<-svytable(ff, design)
H A Dsurvey.R858 svytable<-function(formula, design, ...){ function
/dports/math/R-cran-survey/survey/
H A DNAMESPACE8 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 DINDEX47 svytable Contingency tables
/dports/math/R-cran-survey/survey/inst/
H A DNEWS170 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().