Skip to content
Snippets Groups Projects
Commit 3a3a3ad8 authored by Jungehülsing's avatar Jungehülsing
Browse files

Update version to 0.3.2, ensure poetest documentation is there

parent 3b06f1bd
No related branches found
No related tags found
1 merge request!2Add Poetest and its documentation
Package: choiceTools Package: choiceTools
Type: Package Type: Package
Title: Various tools to work with choice experiment data in R Title: Various tools to work with choice experiment data in R
Version: 0.3.1 Version: 0.3.2
Author: Julian Sagebiel Author: Julian Sagebiel
Maintainer: Julian Sagebiel <julian.sagebiel@idiv.de> Maintainer: Julian Sagebiel <julian.sagebiel@idiv.de>
Description: This is a random set of functions that make your life as a choice modeller easier. Some functions are made for use with apollo so that you can more easily do choice modelling in apollo. The package includes some tests like Poetest and zTest and some functions to generate publication-ready tables. Description: This is a random set of functions that make your life as a choice modeller easier. Some functions are made for use with apollo so that you can more easily do choice modelling in apollo. The package includes some tests like Poetest and zTest and some functions to generate publication-ready tables.
......
...@@ -17,11 +17,6 @@ ...@@ -17,11 +17,6 @@
#' poeresults<-poetest(n=5000, model1 = clmodels[[model_1]],model2 = clmodels[[model_2]], #' poeresults<-poetest(n=5000, model1 = clmodels[[model_1]],model2 = clmodels[[model_2]],
#' att=attr, price = "bcost") #' att=attr, price = "bcost")
#' } #' }
poetest <- function(n, model1, model2, att, price){ poetest <- function(n, model1, model2, att, price){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment