Home
last modified time | relevance | path

Searched refs:numericalBox (Results 1 – 1 of 1) sorted by relevance

/dports/math/R-cran-Amelia/Amelia/R/
H A Dameliagui.r1362 numericalBox <- tcltk::ttkframe(getAmelia("numericalWindow")) functionVar
1363 putAmelia("output.seedlab", tcltk::ttklabel(numericalBox, text="Seed:"))
1365 tcltk::ttkentry(numericalBox, width="7", textvariable=getAmelia("seed")))
1366 putAmelia("output.tollab", tcltk::ttklabel(numericalBox, text="Tolerance:"))
1368 tcltk::ttkentry(numericalBox, width="7",
1370 putAmelia("empri.ent", tcltk::ttkentry(numericalBox, width=7,textvariable = getAmelia("empri")))
1371 putAmelia("empri.label", tcltk::ttklabel(numericalBox,text="Ridge prior:"))
1372 …putAmelia("maxre.ent", tcltk::ttkentry(numericalBox, width=7,textvariable = getAmelia("max.resampl…
1374 tcltk::ttklabel(numericalBox,text="Maximum Resample for Bounds:"))
1376 buttonBox <- tcltk::ttkframe(numericalBox)
[all …]