Index of /web/packages/prnsamplr/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-02-09 18:00 5.1K 

README

prnsamplr

The goal of prnsamplr is to coordinate survey samples with the help of permanent random numbers.

Installation

You can install the released version of prnsamplr from CRAN with:

install.packages("prnsamplr")

Example

This is a basic example which shows you how to solve a common problem:

library(prnsamplr)

SampledData <- samp(method=pps, df=ExampleData, nsamp="nsample", stratid="stratum", prn="rands", size="sizeM")

News

In version 0.1.1 an issue was fixed that disallowed generic function parameters.