I have managed to run a simple bivariate model using bivcnto command in the code below
asdoc bivcnto edu economicstatus i.gender age householdsize i.electricity1, ///
copula(normal) irr nolog ///
title(Model 1: Copula Normal Results) append ///
dec(2) tzok
eststo model1
but now am failing to extract residuals to run model diagnostics, anyone with ideas please. Am really stuck here or suggest what diagnostics i can run for this model
asdoc bivcnto edu economicstatus i.gender age householdsize i.electricity1, ///
copula(normal) irr nolog ///
title(Model 1: Copula Normal Results) append ///
dec(2) tzok
eststo model1
but now am failing to extract residuals to run model diagnostics, anyone with ideas please. Am really stuck here or suggest what diagnostics i can run for this model
Comment