| Method: | {{ method|upper }} |
| Total observations: | {{ n_total }} |
| Selected observations: | {{ n_selected }} |
| Censored observations: | {{ n_censored }} |
| Selection rate: | {{ selection_rate|percentage }} |
| Log-likelihood: | {{ llf|number_format }} |
| Variable | Coefficient | Std. Error | z-stat | p-value |
|---|---|---|---|---|
| {{ param.name }} | {{ param.estimate|number_format }} | {{ param.std_error|number_format }} | {{ param.z_stat|number_format }} | {{ param.p_value|pvalue_format }}{{ param.p_value|significance_stars }} |
| Variable | Coefficient | Std. Error | t-stat | p-value |
|---|---|---|---|---|
| {{ param.name }} | {{ param.estimate|number_format }} | {{ param.std_error|number_format }} | {{ param.t_stat|number_format }} | {{ param.p_value|pvalue_format }}{{ param.p_value|significance_stars }} |
| Inverse Mills Ratio (λ) | {{ lambda_estimate|number_format }} | {{ lambda_std_error|number_format }} | {{ lambda_t_stat|number_format }} | {{ lambda_p_value|pvalue_format }}{{ lambda_p_value|significance_stars }} |
Correlation (ρ):
Standard Error: {{ rho_std_error|number_format }}
{% endif %} {% if rho > 0.9 or rho < -0.9 %}| Test | Statistic | p-value | Interpretation |
|---|---|---|---|
| {{ test.name }} | {{ test.statistic|number_format }} | {{ test.p_value|pvalue_format }} | {{ test.interpretation }} |