sleuth_lrt | R Documentation |
compute the likelihood ratio test for 2 models. this requires that the null model be nested in the alternate model
sleuth_lrt(obj, null_model, alt_model)
obj |
a sleuth object |
null_model |
the null (or "reduced") model |
alt_model |
the alternate (or "full") model |
an updated sleuth object with a likelihood ratio test computation
models
to view which models have been fit and which
coefficients can be tested, sleuth_results
to get back
a data.frame of the results