Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.7%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: rakaikmana
  • Language: R
  • Default Branch: main
  • Size: 44.9 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme

README.Rmd

---
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# saeHB.hnb




This package provides a function and datasets for area level of Small Area Estimation under Hurdle Negative Binomial Model using Hierarchical Bayesian (HB) Method.

## Author
Raka Ikmana, Azka Ubaidillah

## Maintaner
Raka Ikmana <221810548@stis.ac.id>

## Function

* `HurdleNB()` This function gives small area estimator under Hurdle Negative Binomial Model and is implemented to variable of interest (y) that assumed to be a HNB Distribution. The value of variable of interest must be a non-negative data count.

## Installation

You can install the development version of `saeHB.hnb` from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("rakaikmana/saeHB.hnb")
```

## Example

This is a basic example of using `HurdlenNB()` function to make an estimate based on synthetic data in this package

```{r example}
library(saeHB.hnb)
## For data without any non-sampled area
data(dataHNB)       # Load dataset

## For data with non-sampled area use dataHNBNs
## Fitting model
result <- HurdleNB(y ~ x1 + x2, data=dataHNB)
```

Small Area mean Estimates

```r
result$Est
```

Estimated model coefficient

```r
result$coefficient
```

Estimated random effect variances

```{r}
result$refVar
```


## References
* Hilbe, J. M. (2011). Negative Binomial Regression 2nd Edition. New York : Cambridge University Press. .
* Ntzoufras, I. (2009). Bayesian Modelling Using WinBUGS. New Jersey :  John Wiley & Sons, Inc.
* Rao, J.N.K & Molina. (2015). Small Area Estimation 2nd Edition. New Jersey : John Wiley & Sons, Inc. .

Owner

  • Login: rakaikmana
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 23
  • Total Committers: 1
  • Avg Commits per committer: 23.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
rakaikmana 7****a 23

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 136 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: saeHB.hnb

Small Area Estimation under Hurdle Negative Binomial Distribution using Hierarchical Bayesian Method

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 136 Last month
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Average: 43.2%
Downloads: 87.0%
Maintainers (1)
Last synced: over 2 years ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • coda * imports
  • grDevices * imports
  • graphics * imports
  • rjags * imports
  • stats * imports
  • stringr * imports
  • knitr * suggests
  • rmarkdown * suggests