Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Conformability error after using -nldecompose- with survey data
From
Sergiy Radyakin <[email protected]>
To
"[email protected]" <[email protected]>
Subject
Re: st: Conformability error after using -nldecompose- with survey data
Date
Mon, 11 Nov 2013 19:23:52 -0500
Saide, insert
set trace on
before calling nldecompose... and show us what is the location of the
error in the trace.
In general no command (official or user written) should report this
error. It is evidence of unforeseen situation, for example of rare
combination of inputs. -nldecompose- is doing a lot of matrix
operations, see source:
http://www.stata-journal.com/software/sj8-4/st0152/nldecompose.ado
Best, Sergiy
On Mon, Nov 11, 2013 at 6:34 PM, Saidé Salazar <[email protected]> wrote:
> Dear Statalist members
>
> I am using -nldecompose- after a logistic regression with survey data,
> and I am getting a "conformability error". Can anyone help me to
> understand why is this happening?
>
> Here is my command line:
>
> . nldecompose, by(country):svy: logit y x1 x2 x3 x4 x5 x6
> conformability error
> r(503);
>
> The -logit- runs okay without the -nldecompose- option.
>
> Thank you very much!
>
> Saide
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/faqs/resources/statalist-faq/
> * http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/