I denote two main fixed effects as Week and Group, and the two-factor interaction term as Week*Group. I guess that you also include the random effect of animals. I denote it as Animal ID.
Y = Week Group Week*Group Animal ID&Random Effect
If you include random effects in your model, the default Emphasis becomes Minimal Report. If so, you need to open the Effect Details outline. There is Group*Week outline in it.

Or, you need to select Effect Leverage for Emphasis in the launch dialog.

Before you try your own data, please try the analysis for the following fake data.
(1) Select File > New > JSL Script. The script editor is open.
(2) Copy and paste the following code to the script editor.
Names Default To Here(1);
Random Reset(1111111);
n group = 2;
n animals per group = 10;
n week = 20;
data = [];
id = 0;
For(group = 1, group <= n group, group++,
For(i=1, i <= n animals per group, i++,
id++;
f = Random Normal();
For(week = 1, week <= n week, week++,
y = week + group + f + Random Normal();
If(week>=10 & group==1, y += 10 - week);
data|/=group||id||week||y;
);
);
);
dt = As Table(data, <<Column Names({"Group", "Animal ID", "Week", "Y"}));
Column(dt, "Group")<<Modeling Type("Nominal");
Column(dt, "Animal ID")<<Modeling Type("Nominal");
Column(dt, "Week")<<Modeling Type("Nominal");
Graph Builder(
Size( 654, 507 ),
Show Control Panel( 0 ),
Variables( X( :Week ), Y( :Y ), Overlay( :Animal ID ), Color( :Group ) ),
Elements( Line( X, Y, Legend( 14 ) ) )
);
(3) In the script editor, select Edit > Run Script.
(4) Do the above analsis, and see whether it is what you want.
If the number of groups is two, you can use Multiple Comparisons option for performing simple effect tests
(1) Select the red triangle icon and select Multiple Comparisons.
(2) Select Group*Week in Choose an Effect.
(3) Check Show Least Squares Means Plot.
(4) Check Create an Interaction Plot.
(5) Select Group in Choose Terms for Overlay.
(6) Click OK. The Interaction plot with confidence intervals is shown.

(7) Again, select the red triangle icon and select Multiple Comparisons.
(8) Select Least Squares Means Slice Estimates in Type of Estimates.
(9) Select Specify Slice Terms in Slice Options.
(10) Select Week in Choose Slice Terms.
(11) (If you want to do Bonferroni's correction) Select All Pairwise Comparisons - Student's.
(12) Click OK. Note that all results are not adjusted for multiplicity.
(13) Right-click inside the All Pairwise Differences table, and select Make Combined Data Table.
(14) Calculate Bonferroni adujusted p-values and confidence intervals.
Min( :"Prob>|t|"n * N Row(), 1 )
:Difference - :Std Error * t Quantile( 1 - 0.05 / (2 * N Row()), :DF )
:Difference + :Std Error * t Quantile( 1 - 0.05 / (2 * N Row()), :DF )
<Japanese>
2つの固定効果である主効果を Week および Group とし、それらの2因子間交互作用項を Week*Groupとします。おそらく、これらの固定効果だけではなく、動物の各個体がもつ変量効果もモデルに含めているものと思います。この変量効果を、Animal IDとします。つまり、モデルの効果として、次の4つが含まれているとします。
Y = Week Group Week*Group Animal ID&Random Effect
「モデルのあてはめ」にて変量効果を含めた場合、デフォルトの強調点が最小レポートになります. その場合、レポートの効果の詳細アウトラインを開く必要があります。開くと、そのなかにGroup*Weekアウトラインがあります。

もしくは、起動ダイアログにおいて、強調点を効果てこ比にしてください。

自分自身のデータを試す前に、まずは綺麗な疑似データでうまくいくかどうかを試すことをお勧めしたいです。
(1) ファイル > 新規作成 > JSLスクリプトを選択します。 スクリプトエディタが開きます。
(2) 次のコードを、スクリプトエディタにコピペします。
Names Default To Here(1);
Random Reset(1111111);
n group = 2;
n animals per group = 10;
n week = 20;
data = [];
id = 0;
For(group = 1, group <= n group, group++,
For(i=1, i <= n animals per group, i++,
id++;
f = Random Normal();
For(week = 1, week <= n week, week++,
y = week + group + f + Random Normal();
If(week>=10 & group==1, y += 10 - week);
data|/=group||id||week||y;
);
);
);
dt = As Table(data, <<Column Names({"Group", "Animal ID", "Week", "Y"}));
Column(dt, "Group")<<Modeling Type("Nominal");
Column(dt, "Animal ID")<<Modeling Type("Nominal");
Column(dt, "Week")<<Modeling Type("Nominal");
Graph Builder(
Size( 654, 507 ),
Show Control Panel( 0 ),
Variables( X( :Week ), Y( :Y ), Overlay( :Animal ID ), Color( :Group ) ),
Elements( Line( X, Y, Legend( 14 ) ) )
);
(3) スクリプトエディタにて、編集 > スクリプトの実行を選択します。
(4) 前述の分析をしてみて、望みの結果が得られるかを試してください。
もし2群の場合ならば、多重比較オプションを使うことも考えられます。
(1) レポート先頭の赤い三角ボタンをクリックし、多重比較を選択します。
(2) 呼び出されたウィンドウの効果の選択にて、Group*Weekを選択します。
(3) 最小2乗平均プロットの表示をチェックします。
(4) 交互作用プロットを作成するをチェックします。
(5) 重ね合わせるモデル項を選択にて、Groupを選択します。
(6) OKをクリックすると、信頼区間も描かれた交互作用プロットが作成されます。」

(7) 再び、レポート先頭の赤い三角ボタンから、多重比較を選択します。
(8) 推定値の種類で、最小2乗平均の輪切り推定値を選択します。
(9) 輪切りのオプションにて、輪切りする項を指定するを選択します。
(10) 輪切りする項の選択にて、Weekを選択します。
(11) (もし後ほどBonferroni調整を適用するのであれば) 各ペアの比較 - Studentのt検定を選択します。
(12) OKをクリックします. この結果は多重調整がなされていない点にご注意ください。
(13) すべてのペアの平均差の表にて右クリックして、連結したデータテーブルの作成を選択します。
(14) Bonferroni調整したp値と信頼区間を求める計算式を作成してください。
Min( :"Prob>|t|"n * N Row(), 1 )
:Difference - :Std Error * t Quantile( 1 - 0.05 / (2 * N Row()), :DF )
:Difference + :Std Error * t Quantile( 1 - 0.05 / (2 * N Row()), :DF )
<以下は日本語のみでの説明>
20時点もある場合、その20時点で輪切りをすると、(群が2群であり、その2群での差を求めるだけであれば)調整したp値は元のp値を20倍することになります。もしデータを取る前に多重調整を宣言するのであれば、固定順序法(fixed order method)などの方法によっても多重性は調整できます。
20時点もある場合には、時点の効果をカテゴリカルデータではなく、連続変数としてモデル化することも考えられます。
先日の回答でも述べましたが、個人的にはp値を求めて終わりではなく、グラフビルダーなどで全体の傾向を見ることを強くお勧めいたします。上記のスクリプトを実行すると、週を横軸、測定値を縦軸にして、群ごとに色分けした各個体ごとの折れ線が描かれます。
Yusuke Ono (Senior Tester at JMP Japan)