rodri363 / tea

tea is a tasty beverage
6 stars 2 forks source link

tests/test_models.R fails #5

Closed b-k closed 9 years ago

b-k commented 10 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"

b-k commented 9 years ago

fixed