The secret to long life is good genes, right?
This publication titled "Joint influence of small-effect genetic variants on human longevity" showed up on my Google alerts, and from what I can read (all of it) and understand (very little of it), that assertion is true.
The researchers used PROC REG for their analysis, a procedure that boasts good genes and long life itself. If you are familiar with PROC REG as the granddaddy of regression procedures in SAS, you should get to know its progeny: ORTHOREG, TRANSREG, PLS (partial least squares), ROBUSTREG, QUANTREG, and more.
3 Comments
And don't forget GLMSELECT for access to the latest in variable selection techniques such as LAR (least angle regression), LASSO (least absolute shrinkage and selection operator) selection!
BTW: PLS is also known as Projection to Latent Structures, which is a nice geometric description of the statistical method.
hi,
how do i output the F statistics to a dataset from proc reg ?
Van, I asked Rick Wicklin, and he responded with this:
The F statistic is not part of the OUTEST= data set, so use ODS OUTPUT ANOVA=datasetname;