Fitting Two Lines with Minitab: A Beginner's Guide

  • Context: High School 
  • Thread starter Thread starter Niall101
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Niall101
Messages
20
Reaction score
0
I have a scatterplot X is just 30 given values. Y is 2*X + eps, where eps is a random figure. The Plot is Y vs X

I am asked to fit 2 lines

Y= ax +b by least squared method

and

X = cy +d

Similarly

I do not know which command to use on minitab. Is this just standard regression? if so how do I fit the X = cy +d line. is there any difference?

Do I just use the fitted line plot? and if so how do i plot X = cy +d on the same graph??

Thanks in advance! ( and sorry if this is very basic I am new to minitab)
 
Last edited:
Physics news on Phys.org
The regression command in Minitab can be found with this sequence of menu steps:

Stat --> Regression --> Regression

You will be asked to specify the response and predictor variables. Run the regression procedure twice - once with Y as response and x as predictor, the second time with the roles reversed.

If all you want is the fitted line plot (two of them, one for each of your cases)

Stat --> Regression --> Fitted Line Plot

and follow the same idea for specifying variables.