Skip to content

Releases: xKDR/Survey.jl

v0.3.0

22 Dec 12:13
8dd4a0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Apr 10:04
0703cfc
Compare
Choose a tag to compare

Survey v0.2.0

Diff since v0.1.0

Closed issues:

  • Registration of package in Julia Repository (#141)
  • Julia Discourse post (#143)
  • Constructor to directly read replicate weights data (#194)
  • Update all mentions of installing package to add Survey (#242)
  • Updating Documentation regarding installation of Survey.jl (#246)
  • Failing tests in PR #247 (#248)
  • Urgent main test failing (#267)
  • Mistake in apiclus1 example in documentation. (#282)
  • Jackknife estimates and variance not matching for dclus2 (#288)
  • apiclus2 weights (#291)

Merged pull requests:

v0.1.0

14 Feb 13:17
82a954f
Compare
Choose a tag to compare

Survey v0.1.0

Closed issues:

  • Columns with NA not being parsed correctly (#6)
  • All plots should look alike (#25)
  • svyboxplot function doesn't match R (#26)
  • Rename data to load_data and improve it (#27)
  • Add frequency weights to design.variables (#28)
  • Why need svyplot, svyhist, svyboxplot? (#29)
  • load_data should be a general function but only works for "API" dataset (#34)
  • Doctests giving warnings and unnecessary output (#42)
  • CategoricalArrays ("Factor") support as multiple dispatch functions and testing benchmarking (#52)
  • Documentation and usage and benchmarking with CategoricalArrays (#57)
  • Code coverage needs to be improved (#64)
  • Parsing of keywords in Survey Design (#67)
  • Progressing towards merging design_update into main (#70)
  • Testing and Documenting - Domain estimation for StatifiedSample (#71)
  • Negative float as sampsize and popsize (#75)
  • README needs to be updated (#78)
  • Domain estimation - SimpleRandomSample - svyby svymean doesnt use passed weights argument (#80)
  • Proportion and count estimation for SimpleRandomSample and StratifiedSample (#81)
  • Return strata means if option is specified in svymean function call (#83)
  • svymean for abstractvector (#86)
  • Add CI/SE, fix quantile for StratifiedSample (#87)
  • Some branches need to be deleted (#88)
  • ClusterSample with mean and total (#90)
  • Section or appendix in the documentation showing R code (#97)
  • Remove svydesign (#98)
  • Replace svy everywhere in functions API (#99)
  • Add tests mean.jl (#103)
  • Testing and modifying total.jl (#104)
  • Cleaning up design_update (#107)
  • Improved commenting and resource linking (#108)
  • Need example for mean(::Bool; x::Symbol, design::StratifiedSample) (#109)
  • ignorefpc=true doesn't seem to work for SimpleRandomSample (#110)
  • Forgotten @shows in constructor bodies (#111)
  • Test show method for survey design types (#120)
  • Clarifying assumptions made for Domain estimation, other schemes (#121)
  • Remove dimnames.jl? (#123)
  • Suppress warning outputs during testing (#125)
  • General survey design (#129)
  • Bootstrap for variance estimation (#138)
  • Create separate function to calc popsize and sampsize (#139)
  • Domain estimation - total by StratifiedSample (#140)
  • Jackknife for SimpleRandomSample (#148)
  • TwoStage stratified structure with one cluster and one strata (#152)
  • General ratio estimation for SurveyDesign (#156)
  • Julia specific explanations, instead of comparisons with R everywhere (#163)
  • Working towards merging singledesign into main (#165)
  • Fixing documentation error in singledesign (#167)
  • Standardise printing of significant digits in results (#170)
  • quantile function (#171)
  • Outstanding checklist after #168 (#173)
  • Return estimate only, no variance, for SurveyDesign (#197)

Merged pull requests:

Read more