Accendo Reliability

Your Reliability Engineering Professional Development Site

  • Home
  • About
    • Contributors
    • About Us
    • Colophon
    • Survey
  • Reliability.fm
  • Articles
    • CRE Preparation Notes
    • NoMTBF
    • on Leadership & Career
      • Advanced Engineering Culture
      • ASQR&R
      • Engineering Leadership
      • Managing in the 2000s
      • Product Development and Process Improvement
    • on Maintenance Reliability
      • Aasan Asset Management
      • AI & Predictive Maintenance
      • Asset Management in the Mining Industry
      • CMMS and Maintenance Management
      • CMMS and Reliability
      • Conscious Asset
      • EAM & CMMS
      • Everyday RCM
      • History of Maintenance Management
      • Life Cycle Asset Management
      • Maintenance and Reliability
      • Maintenance Management
      • Plant Maintenance
      • Process Plant Reliability Engineering
      • RCM Blitz®
      • ReliabilityXperience
      • Rob’s Reliability Project
      • The Intelligent Transformer Blog
      • The People Side of Maintenance
      • The Reliability Mindset
    • on Product Reliability
      • Accelerated Reliability
      • Achieving the Benefits of Reliability
      • Apex Ridge
      • Field Reliability Data Analysis
      • Metals Engineering and Product Reliability
      • Musings on Reliability and Maintenance Topics
      • Product Validation
      • Reliability by Design
      • Reliability Competence
      • Reliability Engineering Insights
      • Reliability in Emerging Technology
      • Reliability Knowledge
    • on Risk & Safety
      • CERM® Risk Insights
      • Equipment Risk and Reliability in Downhole Applications
      • Operational Risk Process Safety
    • on Systems Thinking
      • Communicating with FINESSE
      • The RCA
    • on Tools & Techniques
      • Big Data & Analytics
      • Experimental Design for NPD
      • Innovative Thinking in Reliability and Durability
      • Inside and Beyond HALT
      • Inside FMEA
      • Institute of Quality & Reliability
      • Integral Concepts
      • Learning from Failures
      • Progress in Field Reliability?
      • R for Engineering
      • Reliability Engineering Using Python
      • Reliability Reflections
      • Statistical Methods for Failure-Time Data
      • Testing 1 2 3
      • The Manufacturing Academy
  • eBooks
  • Resources
    • Accendo Authors
    • FMEA Resources
    • Glossary
    • Feed Forward Publications
    • Openings
    • Books
    • Webinar Sources
    • Podcasts
  • Courses
    • Your Courses
    • Live Courses
      • Introduction to Reliability Engineering & Accelerated Testings Course Landing Page
      • Advanced Accelerated Testing Course Landing Page
    • Integral Concepts Courses
      • Reliability Analysis Methods Course Landing Page
      • Applied Reliability Analysis Course Landing Page
      • Statistics, Hypothesis Testing, & Regression Modeling Course Landing Page
      • Measurement System Assessment Course Landing Page
      • SPC & Process Capability Course Landing Page
      • Design of Experiments Course Landing Page
    • The Manufacturing Academy Courses
      • An Introduction to Reliability Engineering
      • Reliability Engineering Statistics
      • An Introduction to Quality Engineering
      • Quality Engineering Statistics
      • FMEA in Practice
      • Process Capability Analysis course
      • Root Cause Analysis and the 8D Corrective Action Process course
      • Return on Investment online course
    • Industrial Metallurgist Courses
    • FMEA courses Powered by The Luminous Group
    • Foundations of RCM online course
    • Reliability Engineering for Heavy Industry
    • How to be an Online Student
    • Quondam Courses
  • Calendar
    • Call for Papers Listing
    • Upcoming Webinars
    • Webinar Calendar
  • Login
    • Member Home
  • Barringer Process Reliability Introduction Course Landing Page
  • Upcoming Live Events
You are here: Home / Archives for Articles / on Tools & Techniques / R for Engineering

R for Engineering

Learn about how engineers who develop, build, test, troubleshoot or improve stuff in the physical world can use R.

by Gabor Szabo Leave a Comment

Is Everything in Order?

Is Everything in Order?

Hopefully, you have already seen that utilizing R for engineering can unlock a host of powerful tools and techniques and give you the power of data visualization.

In using R, you will likely work with various objects (data files, scripts, analyses, reports etc.). As with other things, creating structure for how you accomplish things in R can be important for both effectiveness and efficiency.

[Read more…]

Filed Under: Articles, on Tools & Techniques, R for Engineering

by Gabor Szabo Leave a Comment

The Mighty Youden Plot

The Mighty Youden Plot

a graphical technique that every engineer needs in their toolbox

If there is one graphical technique that deserves a lot more attention that it gets and that every engineer needs to utilize in their day to day, my vote would definitely go for the mighty Youden Plot.

[Read more…]

Filed Under: Articles, on Tools & Techniques, R for Engineering

by Gabor Szabo Leave a Comment

Being in a State of Flow(charting)

Being in a State of Flow(charting)

Today we look at how to draw simple flowcharts in R.

I think I am not far off when I say that flowcharts are an essential tool in the engineering toolbox. They provide a visual way to describe a set of activities, or a a process if you will. This can range from listing sequential steps in a manufacturing process to laying out a project plan to describing a decision making process (think decision trees).

“If you can’t describe what you are doing as a process, you don’t know what you’re doing.”

 – W. Edwards Deming

It comes as no surprise that engineers love to use flowcharts to describe or document stuff. If you’re like me, you’ve probably used various Microsoft Office applications to draw flowcharts. I, for example, have mastered creating flowcharts in PowerPoint over the years. Some prefer Visio or maybe some other application (Figma, Miro and the like).

[Read more…]

Filed Under: Articles, on Tools & Techniques, R for Engineering

by Gabor Szabo 1 Comment

Density Curves (With a Reliability Engineering Example)

Density Curves (With a Reliability Engineering Example)

Today we look at a couple different ways to visualize the distribution of your data.

Understanding the distribution of your data can be useful for engineers undertaking various tasks. The fact of the matter is that there are many different ways in which one can get an idea of the distribution of the data they’re interested in, one of which is density curves.

[Read more…]

Filed Under: Articles, on Tools & Techniques, R for Engineering

by Gabor Szabo Leave a Comment

Priorities, priorities…

Priorities, priorities…

This is the sixth edition of the R for Engineering newsletter, and today we look at the ultimate prioritization tool – Pareto charts!

Pareto charts are a core tool for anyone who makes decisions, whether it is selecting a project or problem to solve, combing through last year’s spend or deciding on what equipment to purchase this year. The list goes on; bottom line is that Pareto charts simply allow you to focus on what’s important and cut through what may be interesting but unimportant.

[Read more…]

Filed Under: Articles, on Tools & Techniques, R for Engineering

by Gabor Szabo Leave a Comment

Small Multiples for Characterization

Small Multiples for Characterization

In the last edition of R for Engineering, we learned how to draw small multiple plots in R and harness the power of comparison. We went from a busy graph to being able to use ggplot’s faceting functions to create a small multiples plot. If you need a recap, here’s a link to the last edition.

That is to say, nature’s laws are causal; they reveal themselves by comparison and difference, and they operate at every multi-variate space-time point.

– Edward Tufte

Small multiples have many uses in engineering, but the one I personally use them the most for is characterization and diagnosis. In my line of work, which is quality engineering, the ability to diagnose problems in physical systems (both product and machine/process-related) is a critical skill, and I will go as far as to say that diagnosing problems is a critical skill in any engineering discipline.

[Read more…]

Filed Under: Articles, on Tools & Techniques, R for Engineering

by Gabor Szabo Leave a Comment

Small Multiples, Huge Advantage

Small Multiples, Huge Advantage

In this week’s edition, I introduce you to the concept of small multiples, and, more importantly, how to make them in R. This is one of those really low effort-super high return kind of features of R that can make you look like a rock star of data visualization. So, without further ado, let’s jump right into it!

[Read more…]

Filed Under: Articles, on Tools & Techniques, R for Engineering

by Gabor Szabo Leave a Comment

A Pivotal Moment

A Pivotal Moment

In this week’s edition, we dig into a scenario you’ve probably run across when working in Excel or other software, for example Minitab —at least I have, many times.

Say you have a complete dataset. The data has been collected, and you’re now getting ready to run plot it or run some sort of analysis on it. It should be plug and play, but it ends up not being the case as the data is not formatted in the right way, and you’re not able to run your analysis (it happens pretty frequently if you ask me).

[Read more…]

Filed Under: Articles, on Tools & Techniques, R for Engineering

by Gabor Szabo 2 Comments

Getting Started

Getting Started

If this is your first time reading my newsletter: I am thrilled that you decided to give it try!

If this is not your first time: I’m glad you’re still here!

We’ve got a few things to go through in this week’s edition.

However, before we get into the cool stuff, that is showcasing useful functionality and interesting use cases, I feel it would behoove me to lay down some of the foundational things you’ll need to do to get you started in R, should you be interested.

[Read more…]

Filed Under: Articles, on Tools & Techniques, R for Engineering

by Gabor Szabo Leave a Comment

How I Stumbled Upon R

How I Stumbled Upon R

It all started two years ago. I had been in engineering, mostly in quality engineering, all my career, and at that point decided I would try and expand my analytical capabilities as an engineer. Not that I didn’t already have tools at my fingertips; I would use Excel, a lot. I was actually pretty good at it, having developed even custom applications with macros and all the bells and whistles. I had Minitab, which most engineers in my line of work also use. If it’s not Mintiab, then it is JMP or one of those statistical applications. They’re all fine.

[Read more…]

Filed Under: Articles, on Tools & Techniques, R for Engineering

R for Engineering logo Photo of Gabor SzaboArticles by Gabor Szabo
in the R for Engineering article series

Join Accendo

Receive information and updates about articles and many other resources offered by Accendo Reliability by becoming a member.

It’s free and only takes a minute.

Join Today

Recent Posts

  • How a Mission Statement Drives Behavioral Change in Organizations
  • Gremlins today
  • The Power of Vision in Leadership and Organizational Success
  • 3 Types of MTBF Stories
  • ALT: An in Depth Description

© 2025 FMS Reliability · Privacy Policy · Terms of Service · Cookies Policy