Re: [O] table: vmean and select a column

2019-04-01 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Monday, 1 Apr 2019 at 09:15, Uwe Brauer wrote: >> Hi >> >> Vmean and friends are great, but it would be very convenient if I could >> just could mark a column or parts of it and run vmean on that selection. >> >> Right now I do this explicitly like: >> @

Re: [O] table: vmean and select a column

2019-04-01 Thread Eric S Fraga
On Monday, 1 Apr 2019 at 09:15, Uwe Brauer wrote: > Hi > > Vmean and friends are great, but it would be very convenient if I could > just could mark a column or parts of it and run vmean on that selection. > > Right now I do this explicitly like: > @40$9=vmean(@2$9..@37$9);f1 > > (vmean($9) does