iteration number bug
This commit is contained in:
parent
64355412ad
commit
081aede26a
@ -8,7 +8,7 @@
|
|||||||
#' @importFrom limSolve xsample
|
#' @importFrom limSolve xsample
|
||||||
#' @export
|
#' @export
|
||||||
|
|
||||||
musoRand <- function(parameters, iterations=3000, fileType="epc", constrains = NULL, burnin = ifelse(iterations < 3000, 3000, NULL)){
|
musoRand <- function(parameters, iterations=3000, fileType="epc", constrains = NULL, burnin = NULL){
|
||||||
if(is.null(constrains)){
|
if(is.null(constrains)){
|
||||||
constMatrix <- constrains
|
constMatrix <- constrains
|
||||||
constMatrix <- getOption("RMuso_constMatrix")[[fileType]][[as.character(getOption("RMuso_version"))]]
|
constMatrix <- getOption("RMuso_constMatrix")[[fileType]][[as.character(getOption("RMuso_version"))]]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user