Skip to content

Instantly share code, notes, and snippets.

@jacob-ogre
Created April 6, 2013 01:19
Show Gist options
  • Save jacob-ogre/5324233 to your computer and use it in GitHub Desktop.
Save jacob-ogre/5324233 to your computer and use it in GitHub Desktop.
R: princomp
<snippet>
<content><![CDATA[
${1:variable} <- princomp(na.omit(cbind(${2:v1}, ${3:v2})))]]></content>
<tabTrigger>prin</tabTrigger>
<scope> source.r, source.rd.console</scope>
<description>principal components rmode</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment