Could you please guide me or provide SAS code for the genotypic and phenotypic correlation of traits?
PROC CORR DATA=dataset ;
VAR variable(s);
RUN;
if you want the spearman rank correlation add the option :
PROC CORR DATA=dataset SPEARMAN;
see, e.g.:
https://v8doc.sas.com/sashtml/proc/zorr-ex1.htm
Thank you MS. Jos Feys,
I am seeking genotypic and phenotypic correlation rather than Person or spearman correlation for breeding.
Can you send the geno and pheno correlation syntax, please?
PROC GLM DATA=your_data_set;
CLASS group;
MODEL trait1 = trait2 / SS3;
MEANS trait2 / BDIFF;
Which free platforms are available other than TASSEL to process DNA raw GBS sequence data (Quality check of raw sequence, barcode splitting, pre-processing, alignment to reference genome and SNP...
06 March 2023 3,503 0 View
where as gender is socially constructed concept to refer the role of men and women in society, the term is also used to replace sex by many people. if so, how can we determine whether they are...
22 February 2023 3,219 8 View
Define from the perspective of discourse
09 February 2023 4,134 5 View
Dear all, anyone who knows how to download MarkSim GCM climate model, do you help me please? Their website has been working but know it doesnt work. So, is there any means to download pleease?...
22 May 2022 1,607 0 View
How can we calculate the sample size for principal component/ cluster analyses?
22 March 2022 6,791 3 View
I am simulating a project and I have to run a lot of simulations like building energy consumption at different weather data. Can anybody tell me how to get the results in one simulation?
09 March 2022 2,209 1 View
Determinants of Decision to Use Herbicides by Smallholder Farmers: The Case of Dale Sadi District Kelem Wolega Zone, Oromia, Ethiopia
23 February 2022 1,853 2 View
I'm working on a meta-analysis and I'm having trouble deciding whether to use a random effect or a fixed effect model based on significant heterogeneity between studies. What p-value should I use...
16 February 2022 6,486 3 View
Is there anyone who can assist me in creating a soil texture class using Arcgis from the inputs of silt, sand, and clay raster layers?
17 January 2022 5,748 3 View
Dears, I'm going to study climate change on crop water requirement in one district. But, I have only one climate station in that district which has an area of 33,000ha. kindly I'm going to ask you...
28 August 2021 2,394 5 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 am currently using SAS Planet to source satellite imagery for a study on urban growth patterns. While SAS Planet provides comprehensive and high-resolution images, I am concerned about the...
17 May 2024 9,248 0 View
I am wondering is it straightforward to run a competing risk analyze with time varying covariate in SAS or is it complex? is there any Resurce about that? Thanks
16 March 2024 1,854 0 View
Dear all, I want to analyze a trial experimental, followed a randomized block design in a split plot with 4 × 5 arrangement (four pre-grazing height and five seasons), with four replicates. Does...
08 March 2024 3,044 2 View
The problem of writing a Sas command to analyze a factorial design in a completely randomized format in two years Factorial design in a completely random format with 3 factors that was implemented...
25 January 2024 1,565 2 View
Hello! I am working on a proposal for creating an electronic health record phenotyping classification algorithm (mental health focus). I am having a hard time finding solid guidance re:cohort...
17 January 2024 8,856 2 View
Somebody who give me a syntax for SAS software to determine de letal concentration on probit analysis?
04 December 2023 610 2 View
Hi! I need help with the analyses with R software or SAS; can anybody help me with that?
08 November 2023 1,143 3 View
I am struggling to get any dataset required for abiotic stress severity classification. Can you please suggest?
22 September 2023 5,886 0 View
A Goat/Cattle/Camel breed that is not recognized means there is no scientific record available regarding genetic and phenotypic point of view!, Which basic genetic test will be performed?
15 September 2023 1,704 0 View