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
1
vote
3 answers

Ensure that process started by COM connection is killed

I'm automating Minitab 17 using Python's win32com library, and while all of commands execute correctly, I can't seem to get the process started by the Minitab process to exit when my script ends. My structure looks like from myapi import…
bheklilr
  • 53,530
  • 6
  • 107
  • 163
1
vote
1 answer

Convert mtw minitab files to readable mtp files

I have been given a minitab worksheet file (.mtw), and I would like to open it in R. Unfortunately, I only know of R's foreign package to open other filetypes, which only includes minitab's portable files (.mtp). Is there a way to open .mtw files,…
the_deuce
  • 163
  • 1
  • 2
  • 6
1
vote
2 answers

Main method with different data type

Can I have Main with some different type argument like object type or anything else. Like in this case I want this static void Main(Mtb.Application app) {...} But it is giving me error Error 1 Program 'C:\Users\abc\documents\visual studio …
Waqar Ahmed
  • 5,005
  • 2
  • 23
  • 45
1
vote
0 answers

Get Minitab active instance instead of creating new instance

I am trying to automate minitab with my C# program. I am able to open new minitab window with this code. MtbApp = new Mtb.Application(); MtbProj = MtbApp.ActiveProject; MtbUI = MtbApp.UserInterface; MtbUI.Visible = true; This code…
Waqar Ahmed
  • 5,005
  • 2
  • 23
  • 45
1
vote
1 answer

Adding Confidence Interval to ANOVA Main Effect & Interaction Plots

In Minitab, Stat > ANOVA > Main Effects Plot or Interactions Plot Is there a way to add confidence interval to the main effect and interaction plots? I would like to have a simple and quick view to show that if the main effect or interaction is…
Lawrence Teo
  • 459
  • 2
  • 6
  • 19
1
vote
2 answers

What is different between DCOM Identity “The interactive user” and “This user” if the username is the same (Administrator)?

I’m working on an ASP webpage that uses a Minitab DCOM object. My problem is that this DCOM object stops responding (hangs) if the Identity is set as “This User” under Component Services (DCONCNFG) but if I log into windows with the user that I…
Pabinator
  • 1,601
  • 1
  • 21
  • 25
0
votes
0 answers

Minitab - How to Best Plot X over Y for Large Data Sets

what's the best way to plot X over Y for large data sets. To be specific I have 22 sets of data each containing up to 7500 data values. I want to plot column 1 over column 2, 3 over 4, etc., all then being displaied in one diagram. See excel figure…
Timon
  • 33
  • 8
0
votes
0 answers

Minitab - Individual Value Plot - How to Add Legend

using Minitab I'm trying to create an individual value plot (one y, with groups) including a legend. It seems like such an option is not available. If infact it is can you please help me find it? Further I tried to substitue using a legend by adding…
Timon
  • 33
  • 8
0
votes
0 answers

How to construct a Relative Frequency Table in Minitab

I am struggling to construct a relative frequency table for the following data in MiniTab. I have followed all the directions given to me but cannot construct the right table. Can anyone please provide me the steps. The data: Rino Species |…
0
votes
0 answers

MINITAB macro does not run

I am learning MINITAB macros. Here is my attempt: macro Normal. Random 25 'Normal'; Normal 0.0 1.0. endmacro. The file is saved as Normal.mac, Type of file MAC file(.mac) The error I get is ERROR * Macro syntax error on line 5. Expecting a macro…
0
votes
0 answers

Pulling goodness of fit data from Minitab

using the command prompt "DCapa C1 1; All; BoxCox; Johnson 0.10; RDescriptive; RFitTests; REstimate" I can run an individual distribution analysis of a column of data. Are there commands that would pull the "goodness of fit" data, so that I can…
John
  • 1
  • 1
0
votes
0 answers

variance in local macros in minitab

I want to create these ini minitab : Create a Local Macro to find the variance of X Create a Local Macro to find the covariance of X and Y Create Create a Local Macro to find the variance covariance matrix of X and Y Create a Local Macro to find…
0
votes
0 answers

Suppose I have following three factors: Factor A: 6 possible values Factor B: 6 possible values Factor C: 4 possible values

How can I construct an Orthogonal array for these? Which one did I should follow to create the orthogonal array table? I already tried with Minitab but it did not worked out the way I want it.
0
votes
0 answers

Newbie Minitab question on identifying factor effects

Just learning Minitab on my own and have what I hope is a simple question. If I analyze a factorial design and produce a normal or half-normal plot, I can hover the mouse over each of the points on the plot to see the factor effect for that…
jerH
  • 1,085
  • 1
  • 12
  • 30
0
votes
1 answer

How to delete multiple rows with one cell that is missing specific data: either in R or Minitab

This is probably really basic but any help would be greatly appreciated. I am trying to remove multiple rows from a dataset because of one missing piece of information. The attached picture includes the data set. I have percentile ranked each row…
Callum94
  • 9
  • 1