bayesian - MCMCglmm pairwise comparisons on interaction in R -


i'm relatively new r , trying figure out go. i'm trying break down interaction term have in mcmcglmm code haven't been able so. i'm aware of way using lme not mcmcglmm.

my code following:

mcmcglmm(victimmean~gender+year+gc.esttl+disability2+gc.friends+disability2:gc.esttl, random =~school, data = fdnona)

(gc.esttl = emotional symptoms)

i want pairwise comparison on interaction investigate whether children disability , emotional symptoms more @ risk of victimisation children disability without emotional symptoms.

hope that's clear enough! really, appreciate help/advice!

thanks in advance.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -