• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

27 R (programming language) courses

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

R Programming for Data Science Level 3, 4 & 5

By Imperial Academy

Level 5 QLS Endorsed Course | Endorsed Certificate Included | Plus 5 Career Guided Courses | CPD Accredited

R Programming for Data Science Level 3, 4 & 5
Delivered Online On Demand
£150

R Programming for Data Science (v1.0)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for students who want to learn the R programming language, particularly students who want to leverage R for data analysis and data science tasks in their organization. The course is also designed for students with an interest in applying statistics to real-world problems. A typical student in this course should have several years of experience with computing technology, along with a proficiency in at least one other programming language. Overview In this course, you will use R to perform common data science tasks.You will: Set up an R development environment and execute simple code. Perform operations on atomic data types in R, including characters, numbers, and logicals. Perform operations on data structures in R, including vectors, lists, and data frames. Write conditional statements and loops. Structure code for reuse with functions and packages. Manage data by loading and saving datasets, manipulating data frames, and more. Analyze data through exploratory analysis, statistical analysis, and more. Create and format data visualizations using base R and ggplot2. Create simple statistical models from data. In our data-driven world, organizations need the right tools to extract valuable insights from that data. The R programming language is one of the tools at the forefront of data science. Its robust set of packages and statistical functions makes it a powerful choice for analyzing data, manipulating data, performing statistical tests on data, and creating predictive models from data. Likewise, R is notable for its strong data visualization tools, enabling you to create high-quality graphs and plots that are incredibly customizable. This course will teach you the fundamentals of programming in R to get you started. It will also teach you how to use R to perform common data science tasks and achieve data-driven results for the business. LESSON 1: SETTING UP R AND EXECUTING SIMPLE CODE * Topic A: Set Up the R Development Environment * Topic B: Write R Statements LESSON 2: PROCESSING ATOMIC DATA TYPES * Topic A: Process Characters * Topic B: Process Numbers * Topic C: Process Logicals LESSON 3: PROCESSING DATA STRUCTURES * Topic A: Process Vectors * Topic B: Process Factors * Topic C: Process Data Frames * Topic D: Subset Data Structures LESSON 4: WRITING CONDITIONAL STATEMENTS AND LOOPS * Topic A: Write Conditional Statements * Topic B: Write Loops LESSON 5: STRUCTURING CODE FOR REUSE * Topic A: Define and Call Functions * Topic B: Apply Loop Functions * Topic C: Manage R Packages LESSON 6: MANAGING DATA IN R * Topic A: Load Data * Topic B: Save Data * Topic C: Manipulate Data Frames Using Base R * Topic D: Manipulate Data Frames Using dplyr * Topic E: Handle Dates and Times LESSON 7: ANALYZING DATA IN R * Topic A: Examine Data * Topic B: Explore the Underlying Distribution of Data * Topic C: Identify Missing Values LESSON 8: VISUALIZING DATA IN R * Topic A: Plot Data Using Base R Functions * Topic B: Plot Data Using ggplot2 * Topic C: Format Plots in ggplot2 * Topic D: Create Combination Plots LESSON 9: MODELING DATA IN R * Topic A: Create Statistical Models in R * Topic B: Create Machine Learning Models in R

R Programming for Data Science (v1.0)
Delivered on-request, onlineDelivered Online
Price on Enquiry

How to Visualize Data with R

By Packt

In this course, we'll learn how to visualize data with real weather data downloaded from the US National Weather Service using the R programming language and RStudio. We recommend that you have some background in HTML, CSS, and JavaScript. You don't need to be an expert by any means, but you should have experience building web pages with HTML and CSS, and you should have basic programming skills with JavaScript.

How to Visualize Data with R
Delivered Online On Demand
£18.99

Data Science and Machine Learning with R from A-Z Course [Updated for 2021]

By Packt

In this practical, hands-on course, you'll learn how to use R for effective data analysis and visualization and how to make use of that data in a practical manner. You will learn how to install and configure software necessary for a statistical programming environment and describe generic programming language concepts as they are implemented in a high-level statistical language.

Data Science and Machine Learning with R from A-Z Course [Updated for 2021]
Delivered Online On Demand
£101.99

Introduction to R Programming

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Business Analysts, Technical Managers, and Programmers Overview This intensive training course helps students learn the practical aspects of the R programming language. The course is supplemented by many hands-on labs which allow attendees to immediately apply their theoretical knowledge in practice. Over the past few years, R has been steadily gaining popularity with business analysts, statisticians and data scientists as a tool of choice for conducting statistical analysis of data as well as supervised and unsupervised machine learning. WHAT IS R * ? What is R? * ? Positioning of R in the Data Science Space * ? The Legal Aspects * ? Microsoft R Open * ? R Integrated Development Environments * ? Running R * ? Running RStudio * ? Getting Help * ? General Notes on R Commands and Statements * ? Assignment Operators * ? R Core Data Structures * ? Assignment Example * ? R Objects and Workspace * ? Printing Objects * ? Arithmetic Operators * ? Logical Operators * ? System Date and Time * ? Operations * ? User-defined Functions * ? Control Statements * ? Conditional Execution * ? Repetitive Execution * ? Repetitive execution * ? Built-in Functions * ? Summary INTRODUCTION TO FUNCTIONAL PROGRAMMING WITH R * ? What is Functional Programming (FP)? * ? Terminology: Higher-Order Functions * ? A Short List of Languages that Support FP * ? Functional Programming in R * ? Vector and Matrix Arithmetic * ? Vector Arithmetic Example * ? More Examples of FP in R * ? Summary MANAGING YOUR ENVIRONMENT * ? Getting and Setting the Working Directory * ? Getting the List of Files in a Directory * ? The R Home Directory * ? Executing External R commands * ? Loading External Scripts in RStudio * ? Listing Objects in Workspace * ? Removing Objects in Workspace * ? Saving Your Workspace in R * ? Saving Your Workspace in RStudio * ? Saving Your Workspace in R GUI * ? Loading Your Workspace * ? Diverting Output to a File * ? Batch (Unattended) Processing * ? Controlling Global Options * ? Summary R TYPE SYSTEM AND STRUCTURES * ? The R Data Types * ? System Date and Time * ? Formatting Date and Time * ? Using the mode() Function * ? R Data Structures * ? What is the Type of My Data Structure? * ? Creating Vectors * ? Logical Vectors * ? Character Vectors * ? Factorization * ? Multi-Mode Vectors * ? The Length of the Vector * ? Getting Vector Elements * ? Lists * ? A List with Element Names * ? Extracting List Elements * ? Adding to a List * ? Matrix Data Structure * ? Creating Matrices * ? Creating Matrices with cbind() and rbind() * ? Working with Data Frames * ? Matrices vs Data Frames * ? A Data Frame Sample * ? Creating a Data Frame * ? Accessing Data Cells * ? Getting Info About a Data Frame * ? Selecting Columns in Data Frames * ? Selecting Rows in Data Frames * ? Getting a Subset of a Data Frame * ? Sorting (ordering) Data in Data Frames by Attribute(s) * ? Editing Data Frames * ? The str() Function * ? Type Conversion (Coercion) * ? The summary() Function * ? Checking an Object's Type * ? Summary EXTENDING R * ? The Base R Packages * ? Loading Packages * ? What is the Difference between Package and Library? * ? Extending R * ? The CRAN Web Site * ? Extending R in R GUI * ? Extending R in RStudio * ? Installing and Removing Packages from Command-Line * ? Summary READ-WRITE AND IMPORT-EXPORT OPERATIONS IN R * ? Reading Data from a File into a Vector * ? Example of Reading Data from a File into A Vector * ? Writing Data to a File * ? Example of Writing Data to a File * ? Reading Data into A Data Frame * ? Writing CSV Files * ? Importing Data into R * ? Exporting Data from R * ? Summary STATISTICAL COMPUTING FEATURES IN R * ? Statistical Computing Features * ? Descriptive Statistics * ? Basic Statistical Functions * ? Examples of Using Basic Statistical Functions * ? Non-uniformity of a Probability Distribution * ? Writing Your Own skew and kurtosis Functions * ? Generating Normally Distributed Random Numbers * ? Generating Uniformly Distributed Random Numbers * ? Using the summary() Function * ? Math Functions Used in Data Analysis * ? Examples of Using Math Functions * ? Correlations * ? Correlation Example * ? Testing Correlation Coefficient for Significance * ? The cor.test() Function * ? The cor.test() Example * ? Regression Analysis * ? Types of Regression * ? Simple Linear Regression Model * ? Least-Squares Method (LSM) * ? LSM Assumptions * ? Fitting Linear Regression Models in R * ? Example of Using lm() * ? Confidence Intervals for Model Parameters * ? Example of Using lm() with a Data Frame * ? Regression Models in Excel * ? Multiple Regression Analysis * ? Summary DATA MANIPULATION AND TRANSFORMATION IN R * ? Applying Functions to Matrices and Data Frames * ? The apply() Function * ? Using apply() * ? Using apply() with a User-Defined Function * ? apply() Variants * ? Using tapply() * ? Adding a Column to a Data Frame * ? Dropping A Column in a Data Frame * ? The attach() and detach() Functions * ? Sampling * ? Using sample() for Generating Labels * ? Set Operations * ? Example of Using Set Operations * ? The dplyr Package * ? Object Masking (Shadowing) Considerations * ? Getting More Information on dplyr in RStudio * ? The search() or searchpaths() Functions * ? Handling Large Data Sets in R with the data.table Package * ? The fread() and fwrite() functions from the data.table Package * ? Using the Data Table Structure * ? Summary DATA VISUALIZATION IN R * ? Data Visualization * ? Data Visualization in R * ? The ggplot2 Data Visualization Package * ? Creating Bar Plots in R * ? Creating Horizontal Bar Plots * ? Using barplot() with Matrices * ? Using barplot() with Matrices Example * ? Customizing Plots * ? Histograms in R * ? Building Histograms with hist() * ? Example of using hist() * ? Pie Charts in R * ? Examples of using pie() * ? Generic X-Y Plotting * ? Examples of the plot() function * ? Dot Plots in R * ? Saving Your Work * ? Supported Export Options * ? Plots in RStudio * ? Saving a Plot as an Image * ? Summary USING R EFFICIENTLY * ? Object Memory Allocation Considerations * ? Garbage Collection * ? Finding Out About Loaded Packages * ? Using the conflicts() Function * ? Getting Information About the Object Source Package with the pryr Package * ? Using the where() Function from the pryr Package * ? Timing Your Code * ? Timing Your Code with system.time() * ? Timing Your Code with System.time() * ? Sleeping a Program * ? Handling Large Data Sets in R with the data.table Package * ? Passing System-Level Parameters to R * ? Summary LAB EXERCISES * Lab 1 - Getting Started with R * Lab 2 - Learning the R Type System and Structures * Lab 3 - Read and Write Operations in R * Lab 4 - Data Import and Export in R * Lab 5 - k-Nearest Neighbors Algorithm * Lab 6 - Creating Your Own Statistical Functions * Lab 7 - Simple Linear Regression * Lab 8 - Monte-Carlo Simulation (Method) * Lab 9 - Data Processing with R * Lab 10 - Using R Graphics Package * Lab 11 - Using R Efficiently

Introduction to R Programming
Delivered on-request, onlineDelivered Online
Price on Enquiry

R Ultimate 2023 - R for Data Science and Machine Learning

By Packt

Get involved in a learning adventure, mastering R from foundational basics to advanced techniques. This course is a gateway to the realm of data science. Explore statistical machine learning models and intricacies of deep learning and create interactive Shiny apps. Unleash the power of R and elevate your proficiency in data-driven decision-making.

R Ultimate 2023 - R for Data Science and Machine Learning
Delivered Online On Demand
£59.99

R Programming for Data Science: Level 5 QLS Diploma

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support | All-Inclusive Cost

R Programming for Data Science: Level 5 QLS Diploma
Delivered Online On Demand
£105

R Programming for Data Science

By Apex Learning

R Programming for Data Science Tired of browsing and searching for a R Programming course you are looking for? Can't find the complete package that fulfils all your needs? Then don't worry as you have just found the solution. Take a minute and look through this extensive bundle that has everything you need to succeed. After surveying thousands of learners just like you and considering their valuable feedback, this all-in-one R Programming bundle has been designed by industry experts. We prioritised what learners were looking for in a complete package and developed this in-demand R Programming course that will enhance your skills and prepare you for the competitive job market. Also, ourexperts are available for answering your queries on R Programmingand help you along your learning journey. Advanced audio-visual learning modules of these R Programmingcourses are broken down into little chunks so that you can learn at your own pace without being overwhelmed by too much material at once. Furthermore, to help you showcase your expertise in R Programming, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These certificates will enhance your credibility and encourage possible employers to pick you over the rest. This R Programming Bundle Consists of the following Premium courses: * Course 01: R Programming for Data Science * Course 02: Data Analytics with Tableau * Course 03: Introduction to Data Analysis * Course 04: Data Science with Python * Course 05: Data Science & Machine Learning with Python * Course 06: Data Structures Complete Course * Course 07: Complete Google Analytics Course * Course 08: Data Analysis in Excel Level 3 Course * Course 09: Basic Google Data Studio * Course 10: Data Center Training Essentials: General Introduction * Course 11: SQL Programming Masterclass * Course 12: Data Analysis in Excel Level 3 Course * Course 13: Learn to Use Python for Spatial Analysis in ArcGIS * Course 14: GDPR Data Protection Level 5 Enrol now in R Programming to advance your career, and use the premium study materials from Apex Learning. The R Programming for Data Science bundle incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can strengthen your R Programmingexpertise and essential knowledge, which will assist you in reaching your goal. Certificate: * PDF Certificate: Free (Previously it was £6*11 = £66) * Hard Copy Certificate: Free (For The Title Course: Previously it was £10) CPD 140 CPD hours / points Accredited by CPD Quality Standards WHO IS THIS COURSE FOR? Anyone from any background can enrol in this R Programming for Data Science bundle. REQUIREMENTS Our R Programming course is fully compatible with PCs, Macs, laptops, tablets and Smartphone devices. CAREER PATH Having this R Programming expertise will increase the value of your CV and open you up to multiple job sectors. CERTIFICATES CERTIFICATE OF COMPLETION Digital certificate - Included You will get the PDF Certificate for the title course (R Programming for Data Science) absolutely Free! CERTIFICATE OF COMPLETION Hard copy certificate - Included You will get the Hard Copy certificate for the title course (R Programming for Data Science) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

R Programming for Data Science
Delivered Online On Demand
£100

Complete R Programming for Data Science

By Course Cloud

The innovative Complete R Programming for Data Science has been compiled with the assistance and expertise of industry professionals. It has bee n carefully crafted to meet the business requirements needed for an outstanding contribution to this role and the career path beyond it. By enrolling in this tutorial, a significant advantage can be gained by the student for securing their dream job and building an excellent reputation in this sector. This popular Complete R Programming for Data Science has been designed to help dedicated individuals train to become the absolute best in this business field. Many other entrepreneurs and talented students have already completed this course, and others like it, empowering them to move onto satisfying and rewarding careers. This unique Complete R Programming for Data Science course is perfectly suited for those dedicated and ambitious individuals who are committed to genuinely becoming the best in the business. The Complete R Programming for Data Science is recognised and accredited by CPD standards, so all contents are guaranteed to be accurate and reputable, adding valuable competencies and qualifications to a CV, making anyone stand out from other potential candidates or business rivals. For added convenience, the Complete R Programming for Data Science consists of a range of educational modules that allow study sessions to be organised at any time and any place When the final assessment of the Complete R Programming for Data Science has been completed, a certificate of completion is supplied to evidence newly acquired skills and knowledge. This will provide a significant boost for job-seeking or entry into a new and exciting career path. The valuable qualification from the Complete R Programming for Data Science course can help to make all the difference in a dynamic employment sector and can also be validated on our website. We are aware that a student's lifestyles and work ethics may not allow much time for a dedicated study session, so the Complete R Programming for Data Science has been specifically designed to be taken at a personally selected pace, and the hours that are suited to each individual. Full access is immediately available after registration, and this can be achieved via any online device, and at any global location you are sighted at.  Our fully-trained tutors are committed to helping you throughout the course, and will instantly respond to any queries that are sent to them via email.

Complete R Programming for Data Science
Delivered Online On Demand
£89

Introduction to FinTech Using R

By Packt

This course provides basic introductory guidance to FinTech. You will be using an easy programming language R to learn some basic statistics in money management. You will also understand how to time the stock market and build tradeable factor-based algorithms from scratch. This course provides some of the most basic rules of thumb and intuition that every successful trader should know.

Introduction to FinTech Using R
Delivered Online On Demand
£41.99

Educators matching "R (programming language)"

Show all 10
Newlands Primary School

newlands primary school

Southampton

On behalf of everyone at Newlands Primary School, I would like to take this opportunity to welcome you and your child to our school and hope you have a happy and exciting learning journey with us. At Newlands we work hard to provide a stimulating, supportive and challenging learning environment in which children feel confident and want to learn and do their best. We believe every child wants to succeed and has the potential to achieve great things. We aim to meet the needs of each individual by ensuring we provide them with the opportunities, support and encouragement needed to develop their social, emotional, creative, academic and physical abilities to the full. We are a Rights Respecting School and want our children to know their rights and foster an ethos of tolerance and acceptance of everyone, respecting, not just their own rights, but the rights of others. We believe it is essential that your child feels happy, secure and makes good progress in their learning. We value the contribution parents and carers make in helping children achieve this. We work in partnership with parents and carers to ensure every child does the best they can. All of the adults at Newlands, whether they are staff members, parents, carers, governors, support workers or specialist providers, are role models to our children. By respecting each other and by valuing each child as an active and important member of our school and local community we will encourage children to develop a sense of responsibility for themselves and a respect for others. We want your child to flourish, and feel happy and secure during their time with us in order that they realise Newlands is a place where aspirations and ambitions come true. We want every child to be their own success story and look forward to working in partnership with you to give your child the best start possible to their education and life long learning. We hope you will enjoy your visit to our website and that you find the information you are looking for. If you have any questions or comments please contact the school directly and we will be pleased talk to you and/or arrange a visit..

eduX

edux

4.8(27)

London

Welcome to eduX, your premier destination for online learning and educational resources. At eduX, we believe in the transformative power of education to enrich lives and empower individuals to reach their full potential. Our Mission: eduX is dedicated to providing accessible, high-quality education to learners worldwide. Our mission is to democratize learning by breaking down barriers to education and fostering a community of lifelong learners. What We Offer: At eduX, we offer a diverse range of courses across various disciplines, from academic subjects to professional development and personal enrichment. Whether you're looking to enhance your skills, pursue a new passion, or advance your career, we have something for everyone. Why Choose eduX? * Update Courses Content & Material : At eduX, learners can expect to receive updated courses with comprehensive materials to ensure they stay current with the latest advancements in their chosen fields. * Flexible Learning: We understand that life can be busy, which is why we offer flexible learning options to fit your schedule. Learn at your own pace, anytime, anywhere. * Interactive Learning Experience: Engage with course materials through interactive lectures, assignments, and discussions. Collaborate with fellow learners from around the world and gain insights from diverse perspectives. * Continuous Support: Our dedicated support team is here to assist you every step of the way. Whether you have questions about course content or need technical assistance, we're here to help. Join the eduX Community: Join us on a journey of discovery, growth, and lifelong learning. Whether you're a student, professional, or lifelong learner, eduX is your trusted partner in education. Explore our courses today and unlock endless possibilities for personal and professional development. Welcome to eduX, Where Knowledge Takes Flight.