본문 바로가기

WIL(What I Learned)/일반

To get a median from a tibble in R

https://stackoverflow.com/a/47027171/15011104

 

determine median of double column r

I have the following dataset > temp6 # A tibble: 120 x 1 Arithmetic Mean <dbl> 1 0.96 2 2.09 3 0.57 4 0.66 5 0.92 ...

stackoverflow.com

 

tibble을 vector로 변환하고 median()을 활용한다.

'WIL(What I Learned) > 일반' 카테고리의 다른 글

How to run C program in mac terminal?  (0) 2022.05.08
how to calculate coefficient of variation in R  (0) 2022.04.30
5주차/31주차  (0) 2022.04.29
Python 변수 사이 공백 포함 후 출력  (0) 2022.04.26
4주차/31주차  (0) 2022.04.16