Skip to content

Commit

Permalink
add Survey mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
smishr committed Feb 23, 2023
1 parent 82a954f commit 4ad7655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All types of survey design are supported by this package.
## Installation
```julia
] add "https://github.com/xKDR/Survey.jl.git"
] add Survey
```

## Basic usage
Expand Down
2 changes: 2 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Sizes of survey datasets have also been growing with advances in computing power

Several software tools are available to study complex surveys[^1]. The [survey package in R](https://cran.r-project.org/web/packages/survey/index.html) is a widely used open-source package.

Discourse [post](https://discourse.julialang.org/t/ann-announcing-survey-jl-for-analysis-of-complex-surveys/94667) announcing the package.

## Current features
Presently, summary statistics such as `mean`, `total`, `ratio`, and `quantile` can be estimated for whole of sample as well as subpopulations/domains using this package. Variance estimation for these estimators are performed using Rao-Wu bootstrap[^2]. Basic visualisations such a scatter plot, histogram and box plot can also be generated.

Expand Down
1 change: 1 addition & 0 deletions src/Survey.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ using AlgebraOfGraphics
using CategoricalArrays
using Random
using Missings
using RData

include("SurveyDesign.jl")
include("bootstrap.jl")
Expand Down

0 comments on commit 4ad7655

Please sign in to comment.