cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

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.pngMRB3855_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.PNGtype III.PNG

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

Recommended Articles