Skip to content

R package for survey sampling using permanent random numbers

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

kirajcg/prnsamplr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prnsamplr Mentioned in Awesome Official Statistics

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 1.0.0 was implemented a major overhaul of how the package is organized, as well as a change in how functions are called. S3 methods were also implemented.

In version 0.3.0 the documentation was better developed and informative error messages were added.

In version 0.2.1 an error in the documentation was fixed, and some code in pps was edited to make the output more consistent.

In version 0.2.0 a compatibility issue with the latest R was fixed.

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

About

R package for survey sampling using permanent random numbers

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages