Package: ChoiceModelR

Hi,

I am using package ChoiceModelR for some modelling work.
Using a dataset I created the beta coefficients.
But the coefficient values are changes for 2 consecutive runs (even if same data set is used).
Can anyone guide me on how can I get similar results if I re-run the model? How can robustness of the results be ensured?

Waiting to hear from you.
Thanks in advance!

You may use

set.seed(1)

before executing your code.

Thanks for your reply.
It worked!

Thanks
Shreya

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.