Fixes issue #1470 by adding an arg to getParam that allows one to turn off the warning when getParam used on >2d argument.
Fixes issue #1472 by not deciding that inits is a list of lists if the first element is a dataframe. Also converts dataframes in inits list to matrices with a note to the user.
Fixes issue #1470 by adding an arg to
getParam
that allows one to turn off the warning whengetParam
used on >2d argument.Fixes issue #1472 by not deciding that
inits
is a list of lists if the first element is a dataframe. Also converts dataframes in inits list to matrices with a note to the user.