Skip to content

Instantly share code, notes, and snippets.

@danielnjoo
Created September 29, 2018 08:08
Show Gist options
  • Save danielnjoo/7ef7868edfc42dd789ad036e7ce5b263 to your computer and use it in GitHub Desktop.
Save danielnjoo/7ef7868edfc42dd789ad036e7ce5b263 to your computer and use it in GitHub Desktop.
<pre style='color:#000000;background:#ffffff;'>repeatUO_mod <span style='color:#808030; '>&lt;</span><span style='color:#808030; '>-</span> glm<span style='color:#808030; '>(</span>repeatUO <span style='color:#808030; '>~</span> Age <span style='color:#808030; '>+</span> hoursOfCatherization <span style='color:#808030; '>+</span> Size <span style='color:#808030; '>+</span> WaterAvailable <span style='color:#808030; '>+</span> Stress <span style='color:#808030; '>+</span> Diet <span style='color:#808030; '>,</span>
data <span style='color:#808030; '>=</span> Cats_final<span style='color:#808030; '>,</span>
family <span style='color:#808030; '>=</span> binomial<span style='color:#808030; '>(</span>link<span style='color:#808030; '>=</span><span style='color:#800000; '>"</span><span style='color:#0000e6; '>logit</span><span style='color:#800000; '>"</span><span style='color:#808030; '>)</span><span style='color:#808030; '>)</span>
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment