gravatar

bustosmiguel

Miguel

Recently Published

Plot
Countries
Plot
View frequency movies
Plot raiting of each genre
Plot of a sample, this plot shows the rating of each genre with the distribution boxplot
Rating Plot
The distribution of how users qualified each movie. This plot can applies to Products, SKU“s or others. ggplot(data = edx %>% group_by(rating) %>% summarise(n = n()) %>% mutate(percent = n/sum(n)), aes(x = rating, y = percent))
Numerical Variables Plot
Inference in all the data and take only the numerical variables just in this boxplot.
Plot
Plot
Plot
Plot
Plot
Plot testing