This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This version is more complicated, but can handle > 2 models and throws an error on non-nested models. | |
import numpy as np | |
from scipy import stats | |
import statsmodels.formula.api as smf | |
import pandas as pd | |
def likelihood_ratio_test(*models): | |
'''Model comparison via likelihood ratio chi-square test | |
See https://en.wikipedia.org/wiki/Likelihood-ratio_test | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "MVN + Regression Interactions" | |
author: "Eoin Travers" | |
date: "`r Sys.Date()`" | |
output: html_document | |
--- | |
https://twitter.com/realHollanders/status/1605462357697667072?s=20&t=sfGV7iiPavt6DwCrMdks-w | |
```{r} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
........10........20........30........40........50 | |
.......60........70........80........90.......100 | |
......110.......120.......130.......140.......150 | |
......160.......170.......180.......190.......200 | |
......210.......220.......230.......240.......250 | |
......260.......270.......280.......290.......300 | |
......310.......320.......330.......340.......350 | |
......360.......370.......380.......390.......400 | |
......410.......420.......430.......440.......450 | |
......460.......470.......480.......490.......500 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer