cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
aczura
Level I

how to get fixed effect tests table to appear

I have a continuous response variable (Average) and a categorical predictor (Treatment) with labels 1 through 14 indicating the 14 levels. I have set the Treatment variable as ordinal, and was able to use the fit model function to obtain the least squares means table and least square means plot. However, I am unable to figure out how to obtain a table for a type 3 test of fixed effects. Specifically I am looking for a table with the column names:

 

Source    Nparm   DF     DFDen   F Ratio   Prob > F

 

I believe it is called a Fixed Effect Tests table. If anybody knows how to obtain this, please let me know!

2 REPLIES 2
MRB3855
Super User

Re: how to get fixed effect tests table to appear

Hi @aczura : Perhaps here (pull down menu via red triangle next to response name at top of output)?

MRB3855_0-1701083185428.png

 

Re: how to get fixed effect tests table to appear

Here is an example, :weight versus :age from Big Class sample data.

type III.PNG

The Effect Tests table is the one you are looking for. It is based on Type III Sum of Squares.

Recommended Articles