diff --git a/DESCRIPTION b/DESCRIPTION index eca17cb5def1f4ef932439f5774f14c656cf74f3..1fd8abf0bec3fc2e960033fdaca7aee3fc876d50 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: choiceTools Type: Package Title: Various tools to work with choice experiment data in R -Version: 0.3.1 +Version: 0.3.2 Author: Julian Sagebiel 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. diff --git a/R/poetest.R b/R/poetest.R index ce120d6ddc02e5842997550a592f9c0bd8fea521..9cdf9865177f0448d680658e93ec43d536d5cbe5 100644 --- a/R/poetest.R +++ b/R/poetest.R @@ -17,11 +17,6 @@ #' poeresults<-poetest(n=5000, model1 = clmodels[[model_1]],model2 = clmodels[[model_2]], #' att=attr, price = "bcost") #' } - - - - - poetest <- function(n, model1, model2, att, price){