Hi!
I am trying to run the following regression
logit bigr_misstatement nas_office nas_client big_4 expert log_clients aud_comp importance assets log_age cratio roa leverage zscore num_segments sales_growth_decile ma disc_ops foreign icw busy auditor_change i.msa i.sic i.fiscal_year, cluster(company_fkey)
but before ending up with the full result it shows an error:
Note: 3 failures and 2 successes completely determined.
convergence not achieved
r(430);
A portion of the dataset is attached below. FYI: The SIC CODE FKEY here is converted to FF12 with appropriate coding before running the regression. Now, how can I achieve this convergence?
I am trying to run the following regression
logit bigr_misstatement nas_office nas_client big_4 expert log_clients aud_comp importance assets log_age cratio roa leverage zscore num_segments sales_growth_decile ma disc_ops foreign icw busy auditor_change i.msa i.sic i.fiscal_year, cluster(company_fkey)
but before ending up with the full result it shows an error:
Note: 3 failures and 2 successes completely determined.
convergence not achieved
r(430);
A portion of the dataset is attached below. FYI: The SIC CODE FKEY here is converted to FF12 with appropriate coding before running the regression. Now, how can I achieve this convergence?
Comment