Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csblatvia/vardpoor
Variance Estimation for Sample Surveys by the Ultimate Cluster Method
https://github.com/csblatvia/vardpoor
r sampling statistics variance
Last synced: about 2 hours ago
JSON representation
Variance Estimation for Sample Surveys by the Ultimate Cluster Method
- Host: GitHub
- URL: https://github.com/csblatvia/vardpoor
- Owner: CSBLatvia
- License: eupl-1.2
- Created: 2013-04-19T18:38:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T05:12:44.000Z (7 months ago)
- Last Synced: 2024-10-07T21:52:02.788Z (about 1 month ago)
- Topics: r, sampling, statistics, variance
- Language: R
- Homepage: https://csblatvia.github.io/vardpoor/
- Size: 1.64 MB
- Stars: 10
- Watchers: 6
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vardpoor
[![CRAN version](http://www.r-pkg.org/badges/version/vardpoor "CRAN version")](https://cran.r-project.org/package=vardpoor)
[![CRAN last release](http://www.r-pkg.org/badges/last-release/vardpoor "CRAN last release")](https://cran.r-project.org/package=vardpoor)
[![CRAN last release](http://www.r-pkg.org/badges/ago/vardpoor "CRAN last release")](https://cran.r-project.org/package=vardpoor)
[![Build Status](https://app.travis-ci.com/CSBLatvia/vardpoor.svg?branch=master)](https://app.travis-ci.com/CSBLatvia/vardpoor)[![CRAN total downloads](http://cranlogs.r-pkg.org/badges/grand-total/vardpoor "CRAN total downloads")](https://cran.r-project.org/package=vardpoor)
[![CRAN monthly downloads](http://cranlogs.r-pkg.org/badges/vardpoor "CRAN monthly downloads")](https://cran.r-project.org/package=vardpoor)
[![CRAN weekly downloads](http://cranlogs.r-pkg.org/badges/last-week/vardpoor "CRAN weekly downloads")](https://cran.r-project.org/package=vardpoor)
[![CRAN daily downloads](http://cranlogs.r-pkg.org/badges/last-day/vardpoor "CRAN daily downloads")](https://cran.r-project.org/package=vardpoor)---
## About in English
The precision estimation is done by the ultimate cluster method ([Hansen, Hurwitz and Madow, 1953](https://archive.org/details/SampleSurveyMethodsAndTheory)) with linearization for nonlinear statistics and residual estimation from the regression model to take weight calibration into account.
## About in Latvian
Precizitāte ir novērtēta ar galīgo klāsteru metodi ([Hansen, Hurwitz and Madow, 1953](https://archive.org/details/SampleSurveyMethodsAndTheory)), ietverot linearizāciju nelineārai statistikai, kā arī regresijas modeļa atlikumu novērtēšanu gadījumos, ja ir veikta svaru kalibrācija.
## Installation
Stable version from [CRAN](https://cran.r-project.org/package=vardpoor)
install.packages("vardpoor")
Development version from [github](https://github.com/CSBLatvia/vardpoor)
remotes::install_github("CSBLatvia/vardpoor/vardpoor")