rnorm(n, mean = 0, sd = 1)
bellCurve = rnorm(n, mean = 0, sd = 1)
hist(bellCurve)
# n : number of samples
# mean : mean of the resulting distribution
# sd : standard deviation of the resulting distribution
Code Example |
---|
R :: merge multiple data frames in r |
R :: merge multiple datatable in r |
R :: r set dataframe column names |
R :: how to eliminate duplicates in a column in r |
R :: r combine strings |
R :: list to dataframe in r |
R :: create a dataframe with column names in r |
R :: reverse string in r |
R :: how to do logistic regression in r |
R :: r remove row dataframe |
R :: calculate correlation in r |
R :: ggplot2 graph in r |
R :: r type of object |
R :: r matrix |
R :: remove column from matrix r |
R :: create list in r |
R :: autoplot confusion matrix |
R :: r remove column by index |
R :: how to interpolate missing data in r with example |
R :: R currency ggplot axis |
R :: r most likely outcome |
R :: r select columns by name |
R :: changing base group in factor in r |
R :: how to get the r2 value in r |
Rust :: rust create folder |
Rust :: rust request get headers |
Rust :: debug rust |
Rust :: how to check for os in rust |
Rust :: rustlang char array |
Rust :: convert path to pathbuf |