28 February 1917
  • CRAN Task View: Meta-Analysis: https://cran.rstudio.com/web/views/MetaAnalysis.html

perl -MCPAN -Mlocal::lib -e 'CPAN::install(Archive::Zip)'
perl -MCPAN -Mlocal::lib -e 'CPAN::install(DBI)'
perl -MCPAN -Mlocal::lib -e 'CPAN::install(Try::Tiny)'

git clone https://github.com/Ensembl/ensembl-vep.git
cd ensembl-vep
perl INSTALL.pl
  • regression line vs regression plane
  • response ~ multiple variables (linear parameters) + error (~N(0,))
  • Goodness of fit
  • Add extra features always make better fitting.
  • Adjust R2 (adjusted with the numbers of predictors)
  • AIC, BIC, Mallow’s Cp
  • Variance inflation factor (VIF) VIF>9, multicollinearity


blog comments powered by Disqus