Accendo Reliability

Your Reliability Engineering Professional Development Site

  • Home
  • About
    • Contributors
  • Reliability.fm
    • Speaking Of Reliability
    • Rooted in Reliability: The Plant Performance Podcast
    • Quality during Design
    • Way of the Quality Warrior
    • Critical Talks
    • Dare to Know
    • Maintenance Disrupted
    • Metal Conversations
    • The Leadership Connection
    • Practical Reliability Podcast
    • Reliability Matters
    • Reliability it Matters
    • Maintenance Mavericks Podcast
    • Women in Maintenance
    • Accendo Reliability Webinar Series
  • Articles
    • CRE Preparation Notes
    • on Leadership & Career
      • Advanced Engineering Culture
      • 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 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
      • ReliabilityXperience
      • RCM Blitz®
      • 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
      • Metals Engineering and Product Reliability
      • Musings on Reliability and Maintenance Topics
      • Product Validation
      • Reliability Engineering Insights
      • Reliability in Emerging Technology
    • 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
      • Integral Concepts
      • Learning from Failures
      • Progress in Field Reliability?
      • R for Engineering
      • Reliability Engineering Using Python
      • Reliability Reflections
      • Testing 1 2 3
      • The Manufacturing Academy
  • eBooks
  • Resources
    • Accendo Authors
    • FMEA Resources
    • Feed Forward Publications
    • Openings
    • Books
    • Webinars
    • Journals
    • Higher Education
    • Podcasts
  • Courses
    • 14 Ways to Acquire Reliability Engineering Knowledge
    • Reliability Analysis Methods online course
    • Measurement System Assessment
    • SPC-Process Capability Course
    • Design of Experiments
    • Foundations of RCM online course
    • Quality during Design Journey
    • Reliability Engineering Statistics
    • Quality Engineering Statistics
    • An Introduction to Reliability Engineering
    • Reliability Engineering for Heavy Industry
    • An Introduction to Quality Engineering
    • Process Capability Analysis course
    • Root Cause Analysis and the 8D Corrective Action Process course
    • Return on Investment online course
    • CRE Preparation Online Course
    • Quondam Courses
  • Webinars
    • Upcoming Live Events
  • Calendar
    • Call for Papers Listing
    • Upcoming Webinars
    • Webinar Calendar
  • Login
    • Member Home

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

  • test
  • test
  • test
  • Your Most Important Business Equation
  • Your Suppliers Can Be a Risk to Your Project

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