Re: [R] [FORGED] Re: tibble question with a mean

2018-09-20 Thread Erin Hodgess
Thanks to all for the good suggestions!!! Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Thu, Sep 20, 2018 at 7:38 PM Rolf Turner wrote: > > Please see inline below. > > n 09/21/2018 01:07 PM, Peter Langfelder wrote: > > I don't know tibble, so I'll do the same with a plain data frame: >

Re: [R] [FORGED] Re: tibble question with a mean

2018-09-20 Thread Rolf Turner
Please see inline below. n 09/21/2018 01:07 PM, Peter Langfelder wrote: I don't know tibble, so I'll do the same with a plain data frame: a = data.frame(x=LETTERS[1:4],y=1:4,z=rnorm(4),a=c("dog","cat","tree","ferret")) a x y z a 1 A 1 -0.08264865dog 2 B 2 0.32344426