Skip to content

Instantly share code, notes, and snippets.

View patr1ckm's full-sized avatar
✌️

Patrick Miller patr1ckm

✌️
View GitHub Profile
#!/usr/local/bin/Rscript
'usage: my_prog.R [-a -r -m <msg>]
options:
-a Add
-r Remote
-m <msg> Message' -> doc
library(docopt)
@patr1ckm
patr1ckm / mixturetest.inp
Created May 15, 2014 13:57
Mplus GMM with a lot of errors
TITLE: Your title goes here
DATA: FILE = "mixturetest.dat";
VARIABLE:
NAMES = V1 V2 V3 V4 V5 V6 V7 V8;
MISSING=.;
CLASSES = c(2);
ANALYSIS: TYPE = MIXTURE;
ALGO = INT;
STARTS = 100 10;