From 3a3a3ad800623d2070e1c88c9e3dcddd0b526bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jungeh=C3=BClsing?= <jj43vyzo@usr.idiv.de> Date: Thu, 6 Jun 2024 16:18:56 +0200 Subject: [PATCH] Update version to 0.3.2, ensure poetest documentation is there --- DESCRIPTION | 2 +- R/poetest.R | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index eca17cb..1fd8abf 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 ce120d6..9cdf986 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){ -- GitLab