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;
As we know many journals are posting preprints (DOI) in advance before the peer-review process. However, there is no guarantee that the preprints get published. The journal's reviewers undergo the...
01 March 2021 5,778 2 View
I'm modeling a storm event hydrologic responses of urban watershed using fully distributed hydrological model? In this modeling I want to generate the spatially distributed runoff values in the...
20 January 2021 5,343 7 View
I found it when I put all the items at a time to differentiate the lines
03 December 2020 7,476 3 View
I want to have this machine in my lab for nucleic acid extraction. Can someone help me with its price?
12 October 2020 9,541 2 View
how to couple a multiagent simulation BRAHMS to Energyplus energy software to simulate a co-simulation analysis of building energy by considering occupant behavior?
14 April 2020 6,721 4 View
how energy transfer from carbon dots to p-type semiconductor decreases band gap?
20 June 2019 5,946 1 View
I want to conduct research on ambient air pollution and its health impact in cities.what are the available technologies and methods to measure?
30 March 2019 3,145 9 View
On what issues the performance of Neural Network mainly depends?
20 January 2019 4,434 8 View
i'm doing on automated detection of diabetic retinopathy. So i need big data sets like on Kaggle.
15 August 2018 8,873 3 View
what is the NiO@C-dots XRD ,TEM and FTIR image look like? I need some explanation.
07 March 2018 6,668 3 View
I am working mainly with SAS and processed my data all steps in SAS. A user needed the data files in SPSS, but at the same time need all variable attributes to be included (formats, missing, var...
27 January 2021 4,487 3 View
Hello, I am trying to learn how to use the PCCF for my dissertation research. However, all I can find are directions on how to use the PCCF with SAS. I'm wondering if it is possible to use the...
27 January 2021 5,770 4 View
I am developing a questionnaire and first performing an exploratory factor analysis. After I have the final factor structure, I plan on regressing the factor scores on some demographic covariates....
18 January 2021 883 8 View
My data for fungicide treated replication shows higher RMSE and R-square but less CV compared to the untreated replication for a regression between vegetation indices and yield. How correct is it?...
23 November 2020 2,079 6 View
Dear all, I want to analyze a factorial split-plot in time using SAS. Factorial Experiment using Completely Randomized Design (CRD); Factor A: treatments (a1-a4) Factor B: harvest time,...
28 October 2020 3,515 4 View
I would like to compare survival among patients stratified by insurance status, where insurance status has 3 potential values (private insurance, Medicaid, uninsured). I would like to treat...
25 October 2020 8,367 4 View
Hi there. I'm not a statistician, so just doing my best to understand and describe my challenges here, so I hope you'll bear with me. I'm currently working on a project in mice where I have 3...
13 October 2020 4,287 3 View
Dear colleagues, I am looking for a practical guide presenting the non-parametric tests intended for students without mathematical background (or very little) with if possible the codes SAS or R....
24 September 2020 5,660 3 View
Esteemed colleagues, I crave your suggestions on the best analytical software for analyzing economic impact using input-output and multiplier analysis? Which of these is most appropriate: Stata,...
24 May 2020 6,597 12 View
I have experimented with two Factor: Factor A: Two iron sources and Factor B: two seasons with three blocks. When I run the SAS, the interaction not significant, but the combination of the...
18 May 2020 2,576 6 View