On Tue, Sep 4, 2012 at 12:28 PM, Bokononisms <
na...@voxy.com> wrote:
> Skipper,
>
> Thanks for the super fast reply. Due to the project's nature, I cannot
> expose the code and data. However, I can put up the function I used to
> create the model.
Can you send me (a subset of) the data off-list with the understanding
that I will not publish or use this data anywhere. You can also strip
it of all identifying information. If I can't replicate the problem I
can't figure out why you're seeing these results. You can also send
some similar random data if you're able to replicate the failure.
Another guess is that you have missing data somewhere and we're not by
default doing anything to handle missing data where your R code might
be, though this is likely to change in the next release.
Note also that we do not include a constant by default so you need to
add it in to exog using sm.add_constant in the below code to match R
(unless this is intentional).