Skip to content

kishoreganth/LinearRegressionDemo-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LinearRegressionDemo-R

Simple Linear Regression built using R language .

Overview

. Linear Regression from here

Prerequisites

R language is different from python language. Packages are different

install the libraries

install.packages('caTools')

import the libraries in the rstudio

library(caTools)

Clone the repo and work with your own dataset . Scale the data and clean. Then train the data and fit those data in the regression algorithm and predict the values .

Visualise the data . We need to install the library for that task in the rstudio .

install.packages('ggplot2')

import the library in the file

library(ggplot2)

Clone the repo and work with algorithm , Comments given for each step .

Enjoy Regression ❕ Enjoy Developing 👍

About

Simple Linear Regression built using R language .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages