Displaying 2 results from an estimated 2 matches for "arnott".
Did you mean:
arnett
2002 Oct 11
1
Problems with cclust
...is the error I receive. The matrix that I entered
does have columns corresponding to variables and rows to observations as
shown in the documentation so I'm not sure why it is not of the right
format.
Any help on how to "fix" this error would be greatly appreciated!!
Thanks,
Justin Arnott
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
2006 Jun 20
0
An after_deliver filter for ActionMailer?
I have a mailer that should update a model once an email is delivered (a
"notice sent on" field). I don''t want to put this update code in the
email creation method of my ActionMailer::Base class because I''d rather
have this field updated when the email is _sent_ rather than when it is
_created_.
Is there a filter such that I could do something like this?