Displaying 2 results from an estimated 2 matches for "talkaton".
Did you mean:
talkathon
2008 Jul 14
0
Moran's I- Ordinal Logistic Regression
...some other test where I can use my simple matrix to perform the test? Also, is using $resid for the ordinal logistic regression the proper way to run the moran's I test?
Thanks for any help you can provide me.
Lisa
_________________________________________________________________
The i’m Talkaton. Can 30-days of conversation change the world?
[[alternative HTML version deleted]]
2008 Jun 28
19
Stopping example execution?
Hello, I''m wondering If I am missing something here when creating an example that sets an expecation at the top or beginning of an action but requires you to stub / mock everything that follows.
Example:
I want to test that a certain controller is running a before_filter...thats easy:
- controller.should_receive(:require_user)
- do_get
But now i''ve got to mock / stub