Showing posts with label R. Show all posts
Showing posts with label R. Show all posts
Tuesday, 2 January 2024
What you'll learnManipulate primitive data types in the R programming language using RStudio or Jupyter Notebooks.Control program flow with conditions and loops, write functions, perform character string operations, write regular expressions,...
Saturday, 7 December 2019
Python Vs R for Data Science - One Clear Winner
Author December 07, 2019 Python, R No comments
This video titled "Python Vs R for Data Science One Clear Winner" explains and compare both R and Python language on seven parameters when it comes to machine learning. Although both of these languages have their own strengths and weakness yet we will choose a clear winner based on these parameters.
(adsbygoogle = window.adsbygoogle ||...
Tuesday, 30 April 2019
Learn RStudio IDE
Irawen April 30, 2019 R No comments

Discover how to use the popular RStudio IDE as a professional tool that includes code refactoring support, debugging, and Git version control integration. This book gives you a tour of RStudio and shows you how it helps you do exploratory...
Friday, 12 April 2019
Scatter Plots in R Language
Scatterplots show many points plotted in the Cartesian plane. Each point represents the values of two variables. One variable is chosen in the horizontal axis and another in the vertical axis.
The simple scatterplot is created using the plot()function.
Syntax
The basic syntax for creating scatterplot in R is −
plot(x,...
Tuesday, 26 March 2019
R Projects For Dummies by Joseph Schmuller (Author)
Irawen March 26, 2019 R No comments

R Projects For Dummies offers a unique learn-by-doing approach. You will increase the depth and breadth of your R skillset by completing a wide variety of projects. By using R’s graphics, interactive, and machine learning tools, you’ll learn...
Monday, 25 March 2019
Building a Recommendation System with R by Suresh K. Gorakala (Author), Michele Usuelli (Author)
Irawen March 25, 2019 R No comments

If you are a competent developer with some knowledge of machine learning and R, and want to further enhance your skills to build recommendation systems, then this book is for you.
(adsbygoogle = window.adsbygoogle || []).push({});
Buy...
Friday, 22 March 2019
RStudio for R Statistical Computing Cookbook Paperback – Import, 6 Jan 2016 by Andrea Cirillo (Author)
Irawen March 22, 2019 R No comments

Over 50 practical and useful recipes to help you perform data analysis with R by unleashing every native RStudio feature About This Book * 54 useful and practical tasks to improve working systems * Includes optimizing performance and reliability...
Tuesday, 19 March 2019
Beginning R: The Statistical Programming Language Paperback – 2013 by Mark Gardener (Author)
Irawen March 19, 2019 R No comments

This book is about data analysis and the programming language called R. This is rapidly becoming the de-facto standard amongst professionals and is used in every conceivable discipline from science and medicine to business and engineering.
...
Monday, 18 March 2019
Domain-Specific Languages in R
Irawen March 18, 2019 R No comments

Gain an accelerated introduction to domain-specific languages in R, including coverage of regular expressions. This compact, in-depth book shows you how DSLs are programming languages specialized for a particular purpose, as opposed to general...
Natural Language Processing Recipes
Irawen March 18, 2019 R No comments

Implement natural language processing applications with Python using a problem-solution approach. This book has numerous coding exercises that will help you to quickly deploy natural language processing techniques, such as text classification,...
Friday, 1 March 2019
R packages
Irawen March 01, 2019 R No comments
R packages are a collection of R functions, complied code and sample data. They are stored under a directory called "library" in
the R environment. By default, R installs a set of packages during
installation. More packages are added later, when they are needed for
some specific purpose. When we start the R console, only the default...
Monday, 11 February 2019
Learn R in a Day Kindle Edition
Irawen February 11, 2019 R No comments
Learn R in a Day
'Learn R in a Day' provides the reader with key programming skills through an examples-oriented approach and is ideally suited for academics, scientists, mathematicians and engineers. The book assumes no prior knowledge...
Popular Posts
-
In a world increasingly shaped by data, the demand for professionals who can make sense of it has never been higher. Businesses, governmen...
-
Introduction to Data Science in Python: Course Review and Insights Python has become one of the most powerful and popular programming lang...
-
Let's break down the code step by step: marks = 75 This line assigns the value 75 to the variable marks. It represents a student'...
-
Let's break down this Python for loop: for i in range ( 0 , - 2 , - 2 ): print(i) range(start, stop, step) parameters: start =...
-
Let me explain this code: num = 1 while num < 6: print(num) This code has a few issues that would cause it to run indefinitely (inf...
-
Explanation: lambda a, b: a + b + 1 is an anonymous function that takes two inputs, a and b. It returns the result of a + b + 1. No...
-
Python code line by line: import array as arr This imports Python's built-in array module and gives it the alias arr. The array...
-
Step-by-step Explanation: Initialize an empty list funcs: funcs = [] This is just creating an empty list, where functions will be stored. ...
-
Let's break down this Python code step by step: import array as arr This imports Python's built-in array module and gives it t...
-
Storytelling with Data: A Data Visualization Guide for Business Professionals Don't simply show your data - tell a story with it! St...
Categories
100 Python Programs for Beginner
(108)
AI
(41)
Android
(24)
AngularJS
(1)
Api
(2)
Assembly Language
(2)
aws
(17)
Azure
(7)
BI
(10)
book
(4)
Books
(200)
C
(77)
C#
(12)
C++
(83)
Course
(67)
Coursera
(253)
Cybersecurity
(25)
Data Analysis
(3)
Data Analytics
(4)
data management
(11)
Data Science
(149)
Data Strucures
(8)
Deep Learning
(21)
Django
(16)
Downloads
(3)
edx
(2)
Engineering
(14)
Euron
(29)
Events
(6)
Excel
(13)
Factorial
(1)
Finance
(6)
flask
(3)
flutter
(1)
FPL
(17)
Generative AI
(11)
Google
(38)
Hadoop
(3)
HTML Quiz
(1)
HTML&CSS
(47)
IBM
(30)
IoT
(1)
IS
(25)
Java
(93)
Java quiz
(1)
Leet Code
(4)
Machine Learning
(86)
Meta
(22)
MICHIGAN
(5)
microsoft
(4)
Nvidia
(4)
Pandas
(4)
PHP
(20)
Projects
(29)
pyth
(1)
Python
(1067)
Python Coding Challenge
(465)
Python Quiz
(137)
Python Tips
(5)
Questions
(2)
R
(70)
React
(6)
Scripting
(3)
security
(3)
Selenium Webdriver
(4)
Software
(17)
SQL
(42)
UX Research
(1)
web application
(8)
Web development
(4)
web scraping
(2)