Skip to content

Commit

Permalink
Version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Nov 25, 2020
1 parent 660396e commit dd95abe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: conjointTools
Title: Tools For Designing Conjoint Survey Experiments
Version: 0.0.0.9000
Version: 0.0.1
Maintainer: John Helveston <[email protected]>
Date: 2020-11-25
Authors@R: c(
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# conjointTools 0.0.1

* Created new functions for creating different experiment designs:
- Full factorial
- "D", "A", and "I" optimal designs
* Modified previous functions for creating a coded survey from a given experiment design
* Changed the output of the sampleSizer function to show the sample size (rather than the number of observations, which can be different since respondents may answer more than one choice question).

# conjointTools 0.0.0.9000

* Added a `NEWS.md` file to track changes to the package.
9 changes: 7 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ navbar:
href: https://github.com/jhelvy/conjointTools

reference:
- title: "Estimating standard errors from conjoint design"
desc: "Functions for estimating and viewing standard errors based on a given conjoint design of experiment."
- title: "Tools for designing surveys"
desc: "Functions for creating different experiment designs and coded surveys."
contents:
- makeDoe
- makeSurvey
- title: "Examining required sample sizes"
desc: "Functions for estimating standard errors based on different sample sizes for a given conjoint design."
contents:
- sampleSizer
- sampleSizePlot

0 comments on commit dd95abe

Please sign in to comment.