+ Reply to Thread
Results 1 to 3 of 3

Thread: ancova post-hoc comparisions of slope

  1. #1
    Points: 1,304, Level: 20
    Level completed: 4%, Points required for next Level: 96

    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    ancova post-hoc comparisions of slope



    I was wondering if there was a way that I could do tukey's pairwise comparisons after testing for parallel slopes using sas.

    my sas code to test for parallel slopes is:

    proc glm;
    class set;
    model actual = set estimate set*estimate;
    run;

  2. #2
    TS Contributor
    Points: 6,779, Level: 54
    Level completed: 15%, Points required for next Level: 171

    Posts
    774
    Thanks
    0
    Thanked 70 Times in 69 Posts

    Re: ancova post-hoc comparisions of slope

    Is this what you want?

    proc glm;
    class set;
    model actual = set estimate set*estimate;
    lsmeans set estimate / tukey;
    run;

  3. #3
    Points: 1,304, Level: 20
    Level completed: 4%, Points required for next Level: 96

    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: ancova post-hoc comparisions of slope


    I would like to test the slopes and not the mean. would that test the slopes?

+ Reply to Thread

Similar Threads

  1. Replies: 1
    Last Post: 12-08-2010, 08:23 AM
  2. [STATA] Post-hoc test in ANCOVA?
    By WTwine in forum Stata
    Replies: 1
    Last Post: 09-07-2010, 02:33 AM
  3. post-hocs for repeated measures ancova
    By purplestar in forum Statistical Research
    Replies: 0
    Last Post: 08-10-2010, 07:59 AM
  4. post-hoc tests for repeated measures ancova
    By purplestar in forum Psychology Statistics
    Replies: 0
    Last Post: 08-10-2010, 06:48 AM
  5. ANCOVA post hocs?
    By afairclo in forum Statistics
    Replies: 2
    Last Post: 04-18-2009, 01:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts








Advertise on Talk Stats