Page 1 of 1

in process.data model="Robust" does not work

PostPosted: Thu Oct 20, 2022 9:55 am
by sixtystrat
When I try to run the process.data command I get the following error:
ovenRD.data <- process.data(ovenRD, model = "Robust",
time.interval = attr(ovenRD, "intervals"))
>Error in setup.model(model, nocc, mixtures) :
Invalid type of model = ROBUST Valid types are
NULL
CJS
JS
PROBITCJS
BAYESMSCJS
MSCJS
UMSCJS
HMMCJS
HMMMSCJS
HMMUMSCJS
HMMU2MSCJS
HMMU2IMSCJS
HMMStageOcc
HMMCJS1TL
HMMCJS2TL
MVMSCJS
MVMS
MSLD

the process.data help file does not help much. Did this change with 3.0.0?

Re: in process.data model="Robust" does not work

PostPosted: Thu Oct 20, 2022 10:09 am
by sixtystrat
I meant to post this in the RMark subforum. Anyway, this is when running RMark.
Joe

Re: in process.data model="Robust" does not work

PostPosted: Thu Oct 20, 2022 10:13 am
by egc
sixtystrat wrote:I meant to post this in the RMark subforum. Anyway, this is when running RMark.
Joe


Uh, it *is* in the RMark subforum already. :wink:

Re: in process.data model="Robust" does not work

PostPosted: Thu Oct 20, 2022 10:48 am
by jlaake
That message is from package marked process.data. if you are going to have both packages loaded, then you need to qualify the function name with the package. RMark::process.data.

Re: in process.data model="Robust" does not work

PostPosted: Thu Oct 20, 2022 11:40 am
by sixtystrat
Ah, that works, thanks Jeff. And thanks Evan for the clarification on subforums.
Joe