Re: [rkward-devel] Some thoughts on switching project hosting

2014-10-08 Thread Mario Fux
Am Sonntag, 05. Oktober 2014, 22.07:25 schrieb Thomas Friedrichsmeier: > Hi, Good morning Thomas, Meik and Co Sorry for the delay to answer this long email and with my answer it will become even longer but I hope it helps and otherwise just ask and CC: me for > putting Mario in CC, as he might

Re: [rkward-devel] quick (hopefully) feature request: show some NA info in data editor

2014-10-08 Thread Thomas Friedrichsmeier
Hi, On Wednesday 08 October 2014 16:18:17 meik michalke wrote: > right now, the data editor doesn't visibly discriminate between NA, or > "" in cells, they're all plain white, which can be a problem especially > when dealing with strings. would it be much work to have those "empty" > cells show s

[rkward-devel] writing docs [was: power analysis plugin]

2014-10-08 Thread meik michalke
hi, i'll concentrate on this part: Am Mittwoch, 8. Oktober 2014, 14:01:25 schrieb Thomas Friedrichsmeier: > > rk.set.comp("Example component") > > rk.XML.cbox( > >label="Cherry", > >value="cherry", > >help="Check this to get a cherry on top.") > > > > without rk.set.comp() you'd ha

[rkward-devel] quick (hopefully) feature request: show some NA info in data editor

2014-10-08 Thread meik michalke
hi, right now, the data editor doesn't visibly discriminate between NA, or "" in cells, they're all plain white, which can be a problem especially when dealing with strings. would it be much work to have those "empty" cells show some kind of greyed-out indicator wheter they are just empty stri

Re: [rkward-devel] power analysis plugin

2014-10-08 Thread Thomas Friedrichsmeier
Hi, On Wednesday 08 October 2014 11:49:56 meik michalke wrote: > > - For GLM, would it make sense to allow to specify "number of parameters > > to > > estimate", and "sample size (N)", instead of numerator / denominator df? > > i went for the wording used by ?pwr.f2.test, but i admit it sounds a

Re: [rkward-devel] power analysis plugin

2014-10-08 Thread meik michalke
hi thomas, Am Dienstag, 7. Oktober 2014, 13:43:33 schrieb Thomas Friedrichsmeier: > - For the two sample tests, when estimating the size of one of the samples, > why not always make it the second sample (i.e. first sample size provided)? fixed (in the script). > - Syntax error for estimating sam