Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/DanielBonnery/JPSMSurv662
- Owner: DanielBonnery
- Created: 2016-03-01T03:05:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T03:02:40.000Z (about 7 years ago)
- Last Synced: 2024-05-21T02:53:56.629Z (6 months ago)
- Language: R
- Homepage:
- Size: 36.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
#### InstallationTo install `JPSMSurv662`, just run in R:
```r
install.packages("devtools")
devtools::install_github("DanielBonnery/JPSMSurv662")
```