Home
last modified time | relevance | path

Searched +refs:dimnames +refs:survey +refs:design (Results 1 – 8 of 8) sorted by relevance

/dports/math/R-cran-survey/survey/man/
H A Ddimnames.DBIsvydesign.Rd1 \name{dimnames.DBIsvydesign}
3 \alias{dimnames.survey.design}
4 \alias{dimnames.svyrep.design}
8 \alias{dim.survey.design}
11 \alias{dim.svyrep.design}
14 \title{Dimensions of survey designs}
17 variables in a design object and \code{dim} returns dimensions.
24 \method{dim}{survey.design}(x)
26 \method{dimnames}{survey.design}(x)
45 dimnames(dclus1)
[all …]
H A DpostStratify.Rd4 \alias{postStratify.svyrep.design}
5 \alias{postStratify.survey.design}
7 \title{Post-stratify a survey }
15 postStratify(design, strata, population, partial = FALSE, ...)
16 \method{postStratify}{svyrep.design}(design, strata, population, partial = FALSE, compress=NULL,...)
17 \method{postStratify}{survey.design}(design, strata, population, partial = FALSE, ...)
21 \item{design}{A survey design with replicate weights}
37 acting on a \code{table} object). A table must have named dimnames
63 A new survey design object.
70 analysis of survey data using poststratification information. Sankhya
[all …]
H A DcompressWeights.Rd7 \alias{dimnames.repweights_compressed}
11 \alias{compressWeights.svyrep.design}
22 \method{compressWeights}{svyrep.design}(rw,...)
28 \item{rw}{A set of replicate weights or a \code{svyrep.design} object}
35 \code{svyrep.design} object with \code{repweights} element of class \code{repweights_compressed}
44 \keyword{survey}% at least one, from doc/KEYWORDS
/dports/math/R-cran-survey/survey/
H A DNAMESPACE21 S3method(svyloglin,survey.design)
124 S3method(svyglm,survey.design)
313 S3method(dim,survey.design)
321 S3method(dimnames,survey.design)
322 S3method(dimnames,svyrep.design)
323 S3method(dimnames,twophase)
324 S3method(dimnames, DBIsvydesign)
325 S3method(dimnames, DBIrepdesign)
326 S3method(dimnames, svyimputationList)
328 S3method(dimnames, repweights_compressed)
[all …]
H A DMD536 7804b6927ff1dd4abc4001a7f91a9346 *R/survey.R
95 da0b23328004b9044b0f62f9341945b9 *inst/doc/survey.R
96 dfdd268e5e85cdb9422e11b2c183aa79 *inst/doc/survey.Rnw
97 27e929a854df64d1cae2961b2480a4ab *inst/doc/survey.pdf
115 c32bb431ed452b4d1495953197db0427 *man/dimnames.DBIsvydesign.Rd
138 e2d5e837e99c491b1c02c0d135516aa3 *man/subset.survey.design.Rd
180 235915d70b5a349e96a7962fa40be8cf *man/update.survey.design.Rd
181 20ee2b3e3a8d1848105f1cee6d57aeab *man/weights.survey.design.Rd
183 075d275064dd0be36ad5414fd844e79c *man/withPV.survey.design.Rd
266 dfdd268e5e85cdb9422e11b2c183aa79 *vignettes/survey.Rnw
/dports/math/R-cran-survey/survey/inst/
H A DNEWS78 regTermTest(,method="LRT") didn't work if the survey design object and model were
155 3.36 Add withPV.survey.design for plausible-value analyses (needs mitools >=2.4)
670 for some survey objects.
964 Add dimnames, colnames, rownames methods (for ine.pt)
1167 rake() on survey design objects was accumulating cruft in the
1199 2.9 Added full multistage sampling, involving a redesign of the survey.design
1204 about old-style survey objects. If you must create old-style survey
1229 subset.survey.design was not working for post-stratified designs.
1235 (inst/survey-vanderbilt.pdf)
1294 options("survey.lonely.psu") is not used.
[all …]
/dports/math/R/R-4.1.2/doc/manual/
H A DR-exts.texi8009 surprising memory use. For example, in the `survey' package we have
8014 print(x$survey.design, varnames = FALSE, design.summaries = FALSE, ...)
11816 setAttrib(ans, R_DimNamesSymbol, dimnames);
11897 SEXP ans, dim, dimnames, class;
12743 dimnames=list(NULL, theta))
12826 dimnames = PROTECT(allocVector(VECSXP, 2));
12827 SET_VECTOR_ELT(dimnames, 1, theta);
12828 dimnamesgets(gradient, dimnames);
12930 SET_VECTOR_ELT(dimnames, 1, theta);
12931 dimnamesgets(gradient, dimnames);
[all …]
/dports/math/libRmath/R-4.1.1/doc/manual/
H A DR-exts.texi7966 surprising memory use. For example, in the `survey' package we have
7971 print(x$survey.design, varnames = FALSE, design.summaries = FALSE, ...)
11764 setAttrib(ans, R_DimNamesSymbol, dimnames);
11844 SEXP ans, dim, dimnames, class;
12685 dimnames=list(NULL, theta))
12768 dimnames = PROTECT(allocVector(VECSXP, 2));
12769 SET_VECTOR_ELT(dimnames, 1, theta);
12770 dimnamesgets(gradient, dimnames);
12872 SET_VECTOR_ELT(dimnames, 1, theta);
12873 dimnamesgets(gradient, dimnames);
[all …]