search for: loanpurposeid

Displaying 1 result from an estimated 1 matches for "loanpurposeid".

2006 Oct 23
0
Construction of Dataset for time varying COXPH analysis
...ox proportional hazards model for a set of loans (over 6000) using using time varying covariates. For this 6000+ loans, I have some 62,000 different vectors representing the loans at different periods of time. I did the following: resultsOpt <- coxph(Surv(Start,Stop,PrepayDate)~ closingCoupon + loanPurposeId, data=latest) which returned: Call: coxph(formula = Surv(Start, Stop, PrepayDate) ~ closingCoupon + loanPurposeId, data = latest) coef exp(coef) se(coef) z p closingCoupon 0.101 1.11 0.0271 3.73 1.9e-04 loanPurposeId 0.434 1.54 0.0624 6.96 3.3e-12 Lik...