From 4ad7655c0c6cb43904af325849b332106ed17936 Mon Sep 17 00:00:00 2001 From: smishr Date: Thu, 23 Feb 2023 18:35:41 +0530 Subject: [PATCH 1/7] add Survey mentions --- README.md | 2 +- docs/src/index.md | 2 ++ src/Survey.jl | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16aaac65..55adcf64 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/src/index.md b/docs/src/index.md index ea6da106..3de56ca6 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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. diff --git a/src/Survey.jl b/src/Survey.jl index 62f263a2..ede1b567 100644 --- a/src/Survey.jl +++ b/src/Survey.jl @@ -12,6 +12,7 @@ using AlgebraOfGraphics using CategoricalArrays using Random using Missings +using RData include("SurveyDesign.jl") include("bootstrap.jl") From f5160a3885c4071e942f6d23740f65a309f6763a Mon Sep 17 00:00:00 2001 From: smishr Date: Thu, 23 Feb 2023 18:35:51 +0530 Subject: [PATCH 2/7] docs_update_urgent --- Project.toml | 1 + docs/src/getting_started.md | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index da485d33..d411d0db 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" +RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" diff --git a/docs/src/getting_started.md b/docs/src/getting_started.md index b683eb7e..91e1a1d0 100644 --- a/docs/src/getting_started.md +++ b/docs/src/getting_started.md @@ -1,13 +1,6 @@ ## Installation -The `Survey.jl` package is not yet registered. For now, installation of the package -is done using the following command: - -```julia -] add "https://github.com/xKDR/Survey.jl.git" -``` - -After registration, the regular `Pkg` commands can be used for installing the package: +The `Survey.jl` package is registered. Regular `Pkg` commands can be used for installing the package: ```@repl using Pkg From 4aa1419e24dfa7d3965257d9b963f23542c3482c Mon Sep 17 00:00:00 2001 From: smishr Date: Thu, 23 Feb 2023 18:58:10 +0530 Subject: [PATCH 3/7] add ayush email --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d411d0db..c33a6a20 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Survey" uuid = "c1a98b4d-6cd2-47ec-b9e9-69b59c35373c" -authors = ["Ayush Patnaik"] +authors = ["Ayush Patnaik" "] version = "0.1.0" [deps] From b7e9077cb2c5b63bc8187348fc3f6c4ff91b98e0 Mon Sep 17 00:00:00 2001 From: smishr Date: Thu, 23 Feb 2023 19:03:31 +0530 Subject: [PATCH 4/7] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c33a6a20..1fe7815c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Survey" uuid = "c1a98b4d-6cd2-47ec-b9e9-69b59c35373c" -authors = ["Ayush Patnaik" "] +authors = ["Ayush Patnaik" ] version = "0.1.0" [deps] From 984b976efede2897f9d5d7602d4ff8ddf7046999 Mon Sep 17 00:00:00 2001 From: smishr Date: Thu, 23 Feb 2023 20:18:26 +0530 Subject: [PATCH 5/7] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1fe7815c..05bd0acf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Survey" uuid = "c1a98b4d-6cd2-47ec-b9e9-69b59c35373c" -authors = ["Ayush Patnaik" ] +authors = ["Ayush Patnaik "] version = "0.1.0" [deps] From b9f8e12eb1b236e6e08fc4f61a204b5187667559 Mon Sep 17 00:00:00 2001 From: smishr Date: Fri, 24 Feb 2023 08:41:18 +0530 Subject: [PATCH 6/7] Update Project.toml Co-authored-by: Ayush Patnaik --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index 05bd0acf..792d0adc 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,6 @@ CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" -RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" From c4a696564af1d4d19f70f6180334274a681e0974 Mon Sep 17 00:00:00 2001 From: smishr Date: Fri, 24 Feb 2023 14:14:32 +0530 Subject: [PATCH 7/7] Update src/Survey.jl Co-authored-by: Ayush Patnaik --- src/Survey.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Survey.jl b/src/Survey.jl index ede1b567..62f263a2 100644 --- a/src/Survey.jl +++ b/src/Survey.jl @@ -12,7 +12,6 @@ using AlgebraOfGraphics using CategoricalArrays using Random using Missings -using RData include("SurveyDesign.jl") include("bootstrap.jl")