Updated 29 Aug 2022

Salivary amylase activity analysis

Mouth behavior

Code from below adapted to each, removing non-significant effects one by one (started with interactions, then main effects)

%%SAS sas

proc sort data = starchsas; by interventionwk Shortname orderassigned subjectID; run;

title 'General model start test MB'; copy this one; ods output diffs = diff2 tests3=tests2 lsmeans =means2 lsmESTIMATEs =Estim2 SolutionF= sol2; Proc mixed data=starchsas; by interventionwk; class subjectID orderassigned gender visittype interventionwk taste smell foodtype mbstory mbpicture; model Sweetness = Taste Smell Pudding40s Visittype FoodType MBStory pudding40svisittype foodtypevisittype MBStoryFoodtype
/ ddfm = kr solution residual; ; removed ; repeated / subject = subjectID type = cs; lsmeans visittype / pdiff ADJDFE=ROW;lsmeans Taste/ pdiff ADJDFE=ROW; lsmeans smell/ pdiff ADJDFE=ROW;lsmeans foodtype/ pdiff ADJDFE=ROW; run;

Sweetness

Hardness

Chewiness

Texture Liking

Overall Liking

Desire to eat

Diet and baseline