Displaying 1 result from an estimated 1 matches for "clm2".
Did you mean:
clm
2012 Nov 06
1
Ordered probit using clm2
Hi,
I am new in R. I would like to do a ordered probit regression using clm2 (in the ordinal package).
My dependent variable y is the way of payment in M&A: y=0 if the deal is financed by stock only, y=1 if the deal is financed by a mix of cash and stock and y=2 if it is by cash only.
My independent variables are CollateralB, Cashavailable and Leverage.
This is the cod...