Skip to content
Snippets Groups Projects

Add Poetest and its documentation

Closed jj43vyzo requested to merge developmentJJ into main
2 files
+ 1
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
5
@@ -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){
Loading