キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
言語を選択 翻訳バーを非表示
Johnanderson
Level II

plot two variables in one axes using fit Y by X

Dear experts, bellow is an example table for what I aim for:

I have the three variables   A, B, and C. A and B are numeric continous and C is numeric ordinal. I would like to fit A and B in Y axes and C in x axes. How can I do it in ftx Y by X? Thanks for any help!

 

Capture.PNG

John anderson
1 件の受理された解決策

受理された解決策
KarenC
Super User (Alumni)

Re: plot two variables in one axes using fit Y by X

If you use Table>Stack and stack A and B then you will get a table with a column for C, a "Label" column of As and Bs and then a Data column. Now with fit Y by X you can use C as your X and the "Data" column as your Y. The Y now has both the A and B data.

元の投稿で解決策を見る

2件の返信2
KarenC
Super User (Alumni)

Re: plot two variables in one axes using fit Y by X

If you use Table>Stack and stack A and B then you will get a table with a column for C, a "Label" column of As and Bs and then a Data column. Now with fit Y by X you can use C as your X and the "Data" column as your Y. The Y now has both the A and B data.

Johnanderson
Level II

Re: plot two variables in one axes using fit Y by X

Nice! Thank you so much!

John anderson

おすすめの記事