최빈값 (mode)는 자료 (데이터)에서 가장 빈번하게 나타나는 관측치를 말한다. NOIR 모두에서 사용할 수 있다. 최빈 값을 두개 갖는 데이터를 bi-modal이라고 한다. unimodal bimodal trimodal multimodal R에서는 mode 값을 구하는 function이 없다. mode라는 function은 있지만 기능은 집합 혹은 변인이 numeric인지 character인지를 알려주는 storage mode function이다. * mode:rs01 * *mode:rout01