Enlist some of the functions that R provides?

devquora
devquora

Posted On: Feb 22, 2018

 

The functions that R provides are

  • Mean- it is calculated by taking the sum of the values and dividing it by a number of values. The function used is mean().
  • Median- it is the middle most value in the data series. The function used in R programming is median().

Other functions of R include Regression, GLM, mixed-effects, distribution, GAM, non-linear, etc.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    R Programming Interview Questions

    What is R Programming?

    R is a programming language and a software environment meant for statistical analysis and creating graphs. It is used b..

    R Programming Interview Questions

    What are the different data structures in R?

    Data structure is a form of organizing and storing data. It is imperative to have a strong understanding of various dat..

    R Programming Interview Questions

    What are the steps involved in building and evaluating a linear regression model in R?

    The following steps are followed to build and evaluate a linear regression model in RThe first step is to divide the ..