profile_llh {cprobit} | R Documentation |
Inpernal function: profile log-likelihood of lambda
profile_llh(lambda, beta_c, y1, y2, design_mat_diff)
lambda |
The Box-Cox transformation parameter. Default is |
beta_c |
Numeric vector of Step 1 estimates. |
y1 |
Numeric vector of the observed outcome at observation time 1. |
y2 |
Numeric vector of the observed outcome at observation time 2. |
design_mat_diff |
Numeric matrix of the design matrix for difference. |
Returns the profile log likelihood (not the negative value).