Skip to content

Instantly share code, notes, and snippets.

@jacob-ogre
Created April 6, 2013 01:40
Show Gist options
  • Save jacob-ogre/5324305 to your computer and use it in GitHub Desktop.
Save jacob-ogre/5324305 to your computer and use it in GitHub Desktop.
R: correlation
<snippet>
<content><![CDATA[
${1:variable} <- cor(${2:var/mat}, ${3:var,} use=${4:"complete.obs"})]]></content>
<tabTrigger>cor</tabTrigger>
<scope> source.r, source.rd.console</scope>
<description>correlation</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment