RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post

Recently Published

program 09
HTML
Program-3
Develop an R program to quickly explore a given dataset, including categorical analysis using the group_by command, and visualize the findings using ggplot2 features.
HTML
Program-2
Develop an R program to quickly explore a given dataset, including categorical analysis using the group_by command, and visualize the findings using ggplot2 features.
Program 9
Create multiple histograms using ggplot2 to visualize how a variable is distributed across different groups in a built R dataset.
Program 9
Create multiple histograms using ggplot2::facet_wrap() to visualize how a variable (e.g., Sepal.Length) is distributed across different groups (e.g., Species) in a built-in R dataset.
Program 1
Develop an R program to quickly explore a given dataset, including categorical analysis using the group_by command, and visualize the findings using ggplot2 features.
prog8
8. Write an R program loading a dataset and demonstrating a scatter plot,line plot , histogram,box plot using grouped data and curve style for mathematical equation provided of built in datasets in R studio.
Document
8. Write an R program loading a dataset and demonstrating a scatter plot,line plot , histogram,box plot using grouped data and curve style for mathematical equation provided of built in datasets in R studio
DATA MINING WEEK 6
Mempelajari Random Forest Classifier dan Decision Tree Classifier. Random Forest adalah suatu algoritma yang digunakan pada klasifikasi data dalam jumlah yang besar. Decision Tree disebut dengan pohon keputusan merupakan salah satu pendekatan pemodelan prediktif yang digunakan dalam statistik, penambangan data, dan pembelajaran mesin.
Data Project