Message rejected by filter rule match!! Why??

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Message rejected by filter rule match!! Why??

rhao
Hi

I'm registered and subscribed to R-Help forum and Here is the body of the message which is rejected!! Why is it so??

Hi :)

I have a data set let's say "data" and want to find the number of hidden states (2 or 3) and decide on one of the models and I "should" use BIC (I know it's controversial but let's stick to it) :)

So here is what I did:

model_2_states <- HMMFit(data, dis = "NORMAL", nStates = 2);
model_3_states <- HMMFit(data, dis = "NORMAL", nStates = 3);

bic_2_states = BIC(model_2_states)
bic_3_states = BIC(model_3_states)

And this error is what I get in response:

Error in UseMethod("logLik") :
  no applicable method for 'logLik' applied to an object of class "HMMFitClass"

How should I fix the problem??
Reply | Threaded
Open this post in threaded view
|

Re: Message rejected by filter rule match!! Why??

GregChapman
rhao wrote
I'm registered and subscribed to R-Help forum and Here is the body of the message which is rejected!! Why is it so??
Please supply the text of the message that tells you the post was rejected.

(Normally, users having messages rejected by mail lists have not subscribed the the list in question, but I note you say you have.)
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Message rejected by filter rule match!! Why??

rhao

Thanks for the attention, There is just one line message:

Message rejected by filter rule match

That's it!!
Reply | Threaded
Open this post in threaded view
|

Re: Message rejected by filter rule match!! Why??

GregChapman
I am unaware of any message generated by Nabble that would say such a thing.

If it is generated by Nabble's software (rather than the mail list itself) then I must leave that one to one of the Nabble staff to investigate.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Message rejected by filter rule match!! Why??

rhao
 
Ok then... please let them know... for more information here is the email address from which the message was sent>

r-help-owner@r-project.org

Meanwhile, do u have any suggestion where and how I can ask my question?

BW
Reply | Threaded
Open this post in threaded view
|

Re: Message rejected by filter rule match!! Why??

GregChapman
If you are saying you used your mail program to send directly to that address then this is NOT a Nabble Support issue (which is what I thought originally given the strange error message).

Nabble is only responsible for getting the archive to work. It has no direct involvement with the mail list itself.

I have no suggestions about how to contact the mail list owner. The address you used is likely to be the appropriate one to use.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.