Minitab leads you through analysis and helps you interpret your results with confidence.
Questions tagged [minitab-16]
10 questions
2
votes
1 answer
drawing confidence interval graphs (especially in minitab or e-view)
I've made regression model with 4 variables. And I have gotten the following regression equation
$$ Y= 0.0761 - 0687X_1 - 3.46X_2 - 1.937 X_3$$
I calculated Confidence intervals for these four beta values by using Bonferroni methods. I got these…

1190
- 365
- 2
- 10
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
3 answers
Remove database name from ODBC (SQL Server) table list
This seems to be something new, or at least since the last time I created an ODBC connection to SQL Server from Minitab 16.
When I created a new ODBC connection, the database name is now in the dropdown list.
As you can see, I can't read the full…

Johnny Bones
- 8,786
- 7
- 52
- 117
0
votes
0 answers
Import old minitab project files (MPJ) to R
I have several MPJ-files (version 16 and older) in Minitab. They cannot be read by newer versions of minitab and I need some way to retreive the data (I do not need graphs etc just the data). Is there a way to import the data from olkd MPJ files in…
0
votes
1 answer
Read SQL query from file in Minitab
I know how to run a SQL query in minitab using :
ODBC;
Connect "Driver={SQLite3 ODBC Driver};Database=...";
SQLString "SELECT * FROM Table".
However, this is very constraining since the length of the command line is limited in Minitab...…

Maxime
- 594
- 5
- 17
0
votes
1 answer
How to find P_Value (i.e. *) in Fit Regression Model and Pool standard deviation S (i.e. *) In Minitab17?
S; R-sq ; R-sq(adj) ;R-sq(pred)
* ; 100.00% ; * ; *
Coefficients
Term ; Coef; Coef ; T-Value; P-Value ; VIF
Constant ; 0.07526 ; * ; *; *;
Hardware EV ; 0.3593 ; …

Bhaskar
- 5
- 3
0
votes
2 answers
Minitab 17 Menu Bar not visible
Minitab is missing the Menu bar at the top in my PC.Can anyone help me how to restore the Menu Bar?I have not changed any setting to hide it.

Padma Yeddula
- 167
- 2
- 14
0
votes
2 answers
Do operations with the upper adjacent cell of a cell in Minitab 17. Is it possible?
I've been trying to make a graph of the estimated RTT in the TCP protocol, and the formula to get the estimated RTT is:
EstimatedRTT1 = (1- α)*EstimatedRTT0 + α*RTT
where EstimatedRTT1 is the value of the current estimation of the RTT and…

TheLaser
- 1
- 2
0
votes
1 answer
Comparing rates - curves and degradation
I have 9 degradation curves which I would like to compare and would like advice as to how best to do this. My initial thoughts surrounded comparing non-linear regressions. I will first explain the question and then detail the experimental design a…

Andrew Cooke
- 51
- 7
0
votes
0 answers
Multiple Regression, Minitab or pandas
I have some data which I want to run multiple regression on.
1- is multiple regression the right analysis for this problem
2- can someone guide me on how to do this in pandas or Minitab using the data set below
Here is a sample of the data which…

trench
- 5,075
- 12
- 50
- 80