dtrepsurvey: A function to create a dtsvyrep from a data.frame or...

View source: R/dtrepsurvey.R

dtrepsurveyR Documentation

A function to create a dtsvyrep from a data.frame or svyrep.design type object

Description

A function to create a dtsvyrep from a data.frame or svyrep.design type object

Usage

dtrepsurvey(svyrep, ...)

## S3 method for class 'data.frame'
dtrepsurvey(svyrep, ...)

## S3 method for class 'svyrep.design'
dtrepsurvey(svyrep, ...)

Arguments

svyrep

svyrep.design or an object that inherits data.frame.

...

options passed to survey::svrepdesign when svyrep is a data.frame object. Ignored for svyrep which already contains the necessary information for transformation


dcaseykc/dtsurvey documentation built on March 9, 2024, 1:09 p.m.