Questions tagged [minitab]

Statistical software available from the Minitab corporation.

Tag Usage

questions on Stack Overflow SE must be programming-related.

Additional support on Minitab:

58 questions
2
votes
1 answer

Ryan Joiner Normality Test P-value

i tried a lot to calculate the Ryan Joiner(RJ) P-Value. is there any method or formula to calculate RJ P-Value. i found how to calculate RJ value but unable to find the manual calcuation part for RJ P-Value. Minitab is calculating by some startegy…
2
votes
1 answer

Open Minitab file in R

I am currently taking a course that requires Minitab which appears to be unavailable for Linux systems. After doing some searching, I was read that RStudio can run Minitab files and to import it using the following steps: library(foreign) myMTPData…
DougM
  • 920
  • 1
  • 9
  • 21
1
vote
1 answer

Constrain linear model in R so that output matches with MINITAB

I am trying to recreate in R an example analysis done in a textbook in MINITAB. Below is my code for saving the data and fitting the model. joint <- c("beveled", "butt", "beveled", "butt", "beveled", "beveled", "lap", "beveled", "butt",…
spencergw
  • 157
  • 5
1
vote
1 answer

Minitab Histogram: Group bins as "larger than X"

As I am new to Minitab, I searched for quite a while in blogs, forums, youtube videos and even images first, but no luck. I am looking for a possibility to group values in a histogram (i.e. bins?). I have a large data set that looks like this:…
babylonia
  • 11
  • 4
1
vote
1 answer

Get R ANOVA Output to match Minitab

I have fit a simple multiple linear regression model in R and printed the ANOVA output which looks like this: Is there a way to get the output to match the MINITAB ANOVA output:
1
vote
0 answers

Minitab & VBA: Call Minitab function with argument

I want to perform a capability analysis (sixpack) with Minitab on data in an Excelfile. I want to use the lower and upper specification limit as arguments which are stored in a column of the Excelfile. How can I call a Minitab function out of VBA…
Martin
  • 11
  • 3
1
vote
0 answers

Different PLS model when using plsr() function in R or Minitab PLS regression menu

I have a PLS model made in R with plsr() function (from package pls); I have chosen the right number of components with cross validation and it runs fine, with high levels of R^2_predicted (>0,85 which is reasonably good for my application). I was…
1
vote
0 answers

computation and printing in a local Minitab macro is not working right. How to fix?

I am running a local macro in minitab 19. The output is not correct for k7 (-.276 x 10) How to fix? Output and input are below. Also, it seems that printing constants in Minitab requires constants to be in numerical order? Is that…
Mary A. Marion
  • 780
  • 1
  • 8
  • 27
1
vote
0 answers

matplotlib.pyplot plotting categories and subcategories as x-axis on one plot

In the program Minitab, there is a way to specify a categorical and sub-categorical type of x-axis for interval plots like this Is there a way to mimic this type of x-tick representation using matplotlib? I tried to look through the documentation as…
j0371
  • 11
  • 1
1
vote
1 answer

Qualitative Design of Experiments - 3 Factors 3 Levels - Categorical Response Variable

I need to perform a design of experiments where I have 3 factors with 3 levels each (all numerical). But the end response is going to be - Good, Bad, Pass sort of deal. I need to find the factors/interactions that have the most significant…
1
vote
1 answer

How to calculate percentage change using factorial analysis?

To assess the contribution of various input factors (x, y, z) and their interactions to the response variable (A), I calculated the percentage of variance using factorial analysis in Minitab. Now I want to calculate the percentage change in A. Say…
SONY
  • 33
  • 4
1
vote
2 answers

How to get the reference of "Mtb"?

I have added the reference "minitab 18.0 Addin Interface" and how to get the reference of "Mtb"? I googled many times but I could only find the code like the "Mtb.Application MtbApp = new Mtb.Application();" I didn't know the sentence of "using…
张绍峰
  • 301
  • 2
  • 13
1
vote
1 answer

How to calculate summary and boxplot in minitab data with conditional case?

I am trying to create summary statistics and boxplots between Pulse1 and Smokes with the condition as follows Pulse1 & Smokes==No Pulse1 & Smokes==Yes Smokes "No" = The person is not a smoker Smokes "Yes" = The person is a smoker I have tried to…
user3292755
  • 383
  • 2
  • 9
  • 25
1
vote
1 answer

Copy/Paste data to other existing workbook on timer

I currently have this VBA - Sub StartTimer() Application.OnTime Now + TimeValue("00:00:15"), "AutoCalc" End Sub Sub AutoCalc() Application.CalculateFull Sheets("Kine").Range("B603:E603").Copy…
Jamsandwich
  • 634
  • 1
  • 5
  • 25
1
vote
2 answers

How to compute Minitab-equivalent quartiles using NumPy

I have a homework assignment that I was doing with Minitab to find quartiles and the interquartile range of a data set. When I tried to replicate the results using NumPy, the results were different. After doing some googling, I see that there are…
Roly
  • 1,516
  • 1
  • 15
  • 26
1
2 3 4