diff --git a/DESCRIPTION b/DESCRIPTION index b5224fe8a2f6a2fcf3f02d3d517106791b761aa6..6dc188af169c8da311e7c69d72a2ed72c6ee72a5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: simulateDCE Title: Simulate data for discrete choice experiments -Version: 0.0.1.0000 +Version: 0.1.0 Authors@R: person("Julian", "Sagebiel", , "julian.sagebiel@idiv.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0253-6875")) diff --git a/man/sim_all.Rd b/man/sim_all.Rd index 4a590ea7e95b74b9a4a30b643d9a9b949dd292f9..6d276604f028470e249900cb0f9e8510f774b820 100644 --- a/man/sim_all.Rd +++ b/man/sim_all.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/sim_all.R \name{sim_all} \alias{sim_all} -\title{Title Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder} +\title{Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder} \usage{ sim_all(nosim = 2, resps, destype = "ngene", designpath, u) } @@ -21,7 +21,7 @@ sim_all(nosim = 2, resps, destype = "ngene", designpath, u) A list, with all information on the simulation. This list an be easily processed by the user and in the rmarkdown template. } \description{ -Title Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder +Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder } \examples{