Data Science Camp

we are still learning…

  • Facebook
  • Twitter
  • Home
  • Python Tutorials
  • R Tutorials
  • Blogs
  • About
  • Contact
  • Privacy Policy

Category - R Programming

  • R Programming

R Flow Control – 1

May 6, 2019
by Gaurav Tiwari
7 min read
6 Comments

In R, the code executes in a sequential manner i.e. first line will be executed first followed by the second line and so on. What will we do in a case where we have to decide that a certain part of code should run only if the...

Continue reading

  • R Programming

R Flow Control – 2

May 5, 2019
by Gaurav Tiwari
6 min read
1 Comment

In R, the code executes in a sequential manner i.e. first line will be executed first followed by the second line and so on. If we can to print the same set of the line multiple times, then we have to write the print statement...

Continue reading

  • R Programming

R Data Types

April 19, 2019
by Gaurav Tiwari
4 min read
14 Comments

To make the best of any Programming language, you’ll need a strong understanding of the basic data types and data structures. Before going forward I would recommend you to read Introduction to R It is very important to...

Continue reading

  • R Programming

Introduction to R

April 19, 2019
by Gaurav Tiwari
3 min read
5 Comments

R programming language was developed by Ross Ihaka and Robert Gentleman in 1993. R has a wide-ranging catalog of statistical and graphical methods. It includes machine learning algorithms, linear regression, time...

Continue reading

  • R Programming

Support Vector Machine (SVM) with R

April 17, 2019
by Gaurav Tiwari
5 min read
2 Comments

Support vector machine (SVM) is a supervised learning model with associated learning algorithms which is capable of performing both classification and regression analysis. It is mostly used in classification problems. A...

Continue reading

  • R Programming

Logistic Regression with R

April 15, 2019
by Gaurav Tiwari
5 min read
6 Comments

The logistic regression is a predictive analysis that is used to describe data and to explain the relationship between one dependent binary variable (That is, it can take only two values like 1 or 0.) and one or more...

Continue reading

Linear regression in R
  • R Programming

Linear Regression with R

April 14, 2019
by Gaurav Tiwari
7 min read
24 Comments

In this post, you can understand the basic behind the most famous regression model. The Linear regression. What is Linear Regression? A linear regression is a statistical model that analyzes the relationship between a...

Continue reading

Copyright © 2019. Created by Data Science Camp. Powered by WordPress.
  • Home
  • Python Tutorials
  • R Tutorials
  • Blogs
  • About
  • Contact
  • Privacy Policy
  • Facebook
  • Twitter