Re: [rkward-devel] new JS functions

2011-10-19 Thread meik michalke
hi, thanks for the hints! i see the two functions are really rather superfluous, so i removed them again. Am Mittwoch 19 Oktober 2011, 09:12:03 schrieb Thomas Friedrichsmeier: > There is more complexity in corner cases, though. will readily > allow you to mix objects which are not inside the sam

Re: [rkward-devel] new JS functions

2011-10-19 Thread Thomas Friedrichsmeier
Hi, On Tuesday 18 October 2011, meik michalke wrote: > Am Dienstag 18 Oktober 2011, 17:43:49 schrieb Thomas Friedrichsmeier: > > what use case do you have in mind for short names inside JS? > > inspired by the request the other day, i'm working on an ANOVA plugin. it > uses ezANOVA() (package "ez

Re: [rkward-devel] new JS functions

2011-10-18 Thread meik michalke
hi, Am Dienstag 18 Oktober 2011, 17:43:49 schrieb Thomas Friedrichsmeier: > what use case do you have in mind for short names inside JS? inspired by the request the other day, i'm working on an ANOVA plugin. it uses ezANOVA() (package "ez"), which supports between/within/mixed models and spherici

Re: [rkward-devel] new JS functions

2011-10-18 Thread Thomas Friedrichsmeier
Hi, On Tuesday 18 October 2011, meik michalke wrote: > i just added two new JS functions to trunk: > > - shortName() >JS equivalent to rk.get.short.name(), i.e. turn >my.data.frame[["var1"]] and my.list[["var1"]][["var2"]] >into var1 and var2 what use case do you have in mind for sh

[rkward-devel] new JS functions

2011-10-18 Thread meik michalke
hi, i just added two new JS functions to trunk: - shortName() JS equivalent to rk.get.short.name(), i.e. turn my.data.frame[["var1"]] and my.list[["var1"]][["var2"]] into var1 and var2 - getValueShort() a getValue() alternative for varslots, to get an array of short names direct