Under the above given setting the following error message appears when e.g. LDARep is executed:
Error in (function (fun, ..., more.args = list(), simplify = FALSE, use.names = FALSE, : object '.Random.seed' not found.
There is a workaround calling set.seed before. The function itself should actually take care of this case by calling the following code:
Under the above given setting the following error message appears when e.g.
LDARep
is executed:Error in (function (fun, ..., more.args = list(), simplify = FALSE, use.names = FALSE, : object '.Random.seed' not found.
There is a workaround calling
set.seed
before. The function itself should actually take care of this case by calling the following code:I don't currently know exactly why this isn't working.