Closed b-k closed 9 years ago
Running the tests in ¡tests/test_models.R¢ failed. Last 13 lines of output:
kdebug <- FALSE DF <- data.frame(va=rnorm(kN,0,1), vb=sample(letters[1:5],kN,replace=TRUE), vc=floor(runif(kN,0,10)), vd=sample(LETTERS[21:23], kN,replace=TRUE)) test multinomial regression modmnl <- setupRapopModel(mcmc.mnl) modlist <- list(Formula=vb ~ va + vc + vd,Data=DF) fit <- estimateRapopModel(modlist,modmnl) Error: could not find function "estimateRapopModel"
kdebug <- FALSE DF <- data.frame(va=rnorm(kN,0,1),
modmnl <- setupRapopModel(mcmc.mnl) modlist <- list(Formula=vb ~ va + vc + vd,Data=DF) fit <- estimateRapopModel(modlist,modmnl) Error: could not find function "estimateRapopModel"
fixed
Running the tests in ¡tests/test_models.R¢ failed. Last 13 lines of output: