Stat 550
Daniel J. McDonald
Last modified โ 03 April 2024
\[ \DeclareMathOperator*{\argmin}{argmin} \DeclareMathOperator*{\argmax}{argmax} \DeclareMathOperator*{\minimize}{minimize} \DeclareMathOperator*{\maximize}{maximize} \DeclareMathOperator*{\find}{find} \DeclareMathOperator{\st}{subject\,\,to} \newcommand{\E}{E} \newcommand{\Expect}[1]{\E\left[ #1 \right]} \newcommand{\Var}[1]{\mathrm{Var}\left[ #1 \right]} \newcommand{\Cov}[2]{\mathrm{Cov}\left[#1,\ #2\right]} \newcommand{\given}{\mid} \newcommand{\X}{\mathbf{X}} \newcommand{\x}{\mathbf{x}} \newcommand{\y}{\mathbf{y}} \newcommand{\P}{\mathcal{P}} \newcommand{\R}{\mathbb{R}} \newcommand{\norm}[1]{\left\lVert #1 \right\rVert} \newcommand{\snorm}[1]{\lVert #1 \rVert} \newcommand{\tr}[1]{\mbox{tr}(#1)} \newcommand{\U}{\mathbf{U}} \newcommand{\D}{\mathbf{D}} \newcommand{\V}{\mathbf{V}} \renewcommand{\hat}{\widehat} \]
Last updated: 2022-01-07YYYY-MM-DD or YYYYMMDD not DD-MMM-YYโโโ Advising
โ โโโ arash
โ โโโ gian-carlo
โโโ CV
โโโ Computing
โ โโโ batchtools.slurm.tmpl
โ โโโ computecanada_notes.md
โ โโโ FKF
โ โโโ ghclass
โโโ Grants
โ โโโ B&E JSM 2010
โ โโโ CANSSI RRP 2020
โ โโโ NSERC 2020
โโโ LettersofRec
โโโ Manuscripts
| โโโ learning-white-matter
| โโโ rt-est
โ โโโ zzzz Old
โโโ Referee reports
โโโ Talks
โ โโโ JobTalk2020
โ โโโ ubc-stat-covid-talk
โ โโโ utoronto-grad-advice
โโโ Teaching
โ โโโ stat-406
โ โโโ stat-550
โ โโโ zzzz CMU TA
โ โโโ zzzz booth
โโโ Website.
โโโ README.md
โโโ Summary of Goals.rtf
โโโ cluster_output
โโโ code
โโโ data
โโโ dsges-github.Rproj
โโโ manuscript
โโโ waldman-triage../blah not ~/blah or /users/dajmcdon/Documents/Work/proj-1/blah{here} package in R is great for thisGitHub is (I think) the ideal solution, but not always feasible.
Overleaf has Git built in (paid tier). I donโt like Overleaf. Costs money, the viewer is crap and so is the editor. I suggest you avoid it.
Really useful resource:
code/papers/notes/ (maybe?)README.mddata/ (maybe?)code/ directory.pdfReorganize
manuscript/. I try to go for main.tex and Supplement.RmdSupplement.Rmd runs anything necessary in code/ and creates all figures in the main doc and the supplement. Also generates any online supplementary materialmanuscript/main.Rmdmain.tex just inputs intro.tex, methods.tex, etc.R code in separate filesR code, get figure, save as .pdf.R, rerun R code, โฆR, rerun R code, โฆn is biggerโ. Hope I can find the right location. But the code isnโt functions. Something breaks โฆR package with documented code, available on GitHub..Rmd file to take in the results, do preprocessing, generate all figures.Same as above but with a MAKEFILE to automatically run parts of 1โ4 as needed
R code in separate filesR code, get figure, save as .pdf.UBC Stat 550 - 2024