| cox_schur_correction | R Documentation |
Returns zero corrections for all partitions. Cox PH has no nuisance
dispersion parameter, so no Schur complement correction to the
information matrix is needed. This function exists for interface
compatibility with lgspline's schur_correction_function.
cox_schur_correction(
X,
y,
B,
dispersion,
order_list,
K,
family,
observation_weights,
...
)
X |
List of partition design matrices. |
y |
List of partition response vectors. |
B |
List of partition coefficient vectors. |
dispersion |
Dispersion (fixed at 1). |
order_list |
List of observation indices per partition. |
K |
Number of knots. |
family |
Family object. |
observation_weights |
Observation weights. |
... |
Additional arguments. |
List of K+1 zeros.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.