window title="Mark Recovery"
grid 1 6
  label text=View: font=bold
  button text=Docs func=openFile action=MarkRecDoc.pdf
  button text=Model func=openFile action=MarkRecMod.txt
  button text=Data func=openFile action=MarkRecDat.txt
  button text="R Code" func=openFile action=MarkRec.r
  button text=Window func=openFile action=MarkRecWin.txt
grid 1 2
  grid 2 1
    label text="Data" font=bold
    vector length=5 names="M S R eps nc" \
      labels="Marked Sampled Recovered 'Epsilon (prior)' Chains" \
      values="100 500 5 0.001 2" vertical=T width=12
    button text=Compile func=modCompile sticky="S" pady=5
entry name=Nest label=Estimate pady=5
grid 1 2
  grid 2 1
    label text="Chain" font=bold
    vector length=3 names="clen cthin ctot" \
      labels="Length Thin Total" \
      values="1000 1 0" vertical=T width=12
  button text=Update func=modUpdate sticky="S" pady=5
grid 2 1
  label text="Report" font=bold
  vector length=3 names="s1 s2 sthin" \
    labels="Start End Thin" \
    values="1 100 1" vertical=T width=12
grid 1 4
  button text=Trace func=modHist
  button text=Density func=modDens
  button text=ACF func=modACF
  button text=Pairs func=modPairs
