I need a script or macro which can be used to display the grouping of the least square means using letter after performing an analysis with proc mixed in SAS
For fixed effects you should be able to use (treat is your factor name)
means treat;
lsmeans treat /pdiff;
This gives the means and the differences between pairs of means
the other is to request an orthogonal comparison where you
have to use:
estimate ' compare A and B' treat 1 -1 0 ;
the names of the treatments, and the coefficients are set up for your particular question.
For the random effects you get the variance components
lsmeans treat / adjust=scheffe;
other possibilities: BON DUNNETT NELSON SIDAK TUKEY T
If you have a mixed design (between x within) see attachment.
To All the folks above,
Greatly appreciate your inputs and the attached syntax!
in the various research carried out within the framework of the production of electricity based on urine, I have found that most of the experiments are carried out with either human urine or cow...
08 May 2023 2,228 1 View
I'm looking for a publication related to 'water, sanitation and hygiene in prison' in a developing country.
16 April 2023 9,824 2 View
I already know Bates', Kuperman's, Pelayo's, Sittig's, Phansalkar/Zachariah's and Horsky's design principles. They are very complete but I fear I've missed other sets.
25 March 2013 9,192 1 View
I am looking for a published article using SAS or SPSS Generalized linear model for trial/event data and not survival analysis. Both software packages off the option for the number of success out...
30 July 2024 3,835 2 View
I have a .text file for various FASTA sequence , and i want to convert these sequences into a numeric file which will be in .csv format. OR I want to extract physiochemical properties(features)...
25 July 2024 3,650 2 View
How do microorganisms interact with their environment and what can be the interaction between micro organisms and macro organisms?
23 July 2024 8,467 4 View
Actually, I'm having trouble implementing the plot of the flutter region for the whirl prop system with 2 DOF (Influences of structural damping and propeller—pivot point distance on whirl flutter...
21 July 2024 5,047 2 View
Hi Everyone , I finished my Master's in Computer Science . I have work experince in IT services and learning cloud tech . I am not a good programmer (Can do if needed) . I like scripting...
10 July 2024 267 0 View
Hi everyone hope your all doing good. I’ve been looping my scripts and am trying to take a cut line of the conduction band energy with respect to y for each loop. Basically, I want to take a...
03 July 2024 9,134 1 View
I did a moderation analysis using SPSS and Process macro model 3, whereby the interaction between X Z W was not significant, but the interaction between X and Z was. I am confused in how to...
13 June 2024 4,921 3 View
Hi, I am calculating the periods of a steel building modeled as a 3D moment frame. Is there any script to display the shape of vibrating of the model in opensees?
12 June 2024 8,065 1 View
Hi there! I was wondering how I should go about interpreting the following data. I am currently investigating the moderating role of working memory (continuous) on the relationship between...
07 June 2024 1,473 0 View
I want to extract mid-latitude, high-latitude, equatorial region from ionex winrar archive file. I need the script.
04 June 2024 2,644 1 View