Some basic mathematical functions in R
We provide effective and economically affordable online training courses for R and Python, click here for more details and course registration ! In this post, we list some of the most common mathematical functions in R. abs() – compute absolute value of a numerical input. sqrt() – compute square root of numerical input. ceiling() – return the lowest integer no less than the input number. floor() – return the largest integer no larger than the Read more…