Skip to content

Instantly share code, notes, and snippets.

@masaha03
Created September 21, 2011 08:03
Show Gist options
  • Save masaha03/1231524 to your computer and use it in GitHub Desktop.
Save masaha03/1231524 to your computer and use it in GitHub Desktop.
<main>
<menu name="Data">
<category name="Variable">
<menuitem name="mean">Mean</menuitem>
</category>
</menu>
<menu name="Analysis">
<category name="Descriptive">
<menuitem name="cor">Correlation</menuitem>
</category>
<category name="Regression">
<menuitem name="lm">Linear Regression</menuitem>
<menuitem name="glm">Generalized Linear Regression</menuitem>
</category>
</menu>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment