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
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
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
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
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