Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DanielBonnery/JPSMSurv662

Lectures: R package for the JPSM lectures "Small area estimation methods" (Surv662, spring 2016)
https://github.com/DanielBonnery/JPSMSurv662

Last synced: 3 months ago
JSON representation

Lectures: R package for the JPSM lectures "Small area estimation methods" (Surv662, spring 2016)

Awesome Lists containing this project

README

        

# JPSMSurv662
Small area estimation methods

`JPSMSurv662` is an [R](http://www.r-project.org) package that contains code to share with the students that attend the JPSM lectures.
"Small area estimation methods" (Surv662, Spring 2016)
#### Installation

To install `JPSMSurv662`, just run in R:

```r
install.packages("devtools")
devtools::install_github("DanielBonnery/JPSMSurv662")
```