Tag: R language

General R langauage Statistics

Normal Random Number Generation | Statistical Distrubutions and R commands

The statistical approach to random numbers is very particular. In gambling and games of chance, random numbers have the main role. So, in a sequence of posts in Armancomputer magazine, I will discuss probability distribution and introduce some commands in R language, to generate random numbers from the main statistical distributions such as Normal, Uniform, […]

Loading

Computer Softwares R langauage

switch function in R | Simple Examples

In this article, with the help of examples, the use of the switch function in R language reviewed in armancomputer scientific magazine which has an important role to program multiple conditions. As you know, R is a computational programming specially design for statistics. The switch function in R evaluates an expression against the elements of […]

Loading

Back To Top