Sib-pair Command: residuals


ClassAnalysis and data manipulation command
Nameresiduals
Arguments <ytrait> on <loc1>...[to]...<locN> [complete_obs].

Replace quantitative trait with the residuals from the multivariate regression on the list of predictors (which may include the average allele length of a marker locus). The com option means only individuals with no missing values for any of the listed traits will be updated. Otherwise, missing values are replaced with the sample mean for that phenotype when calculating the predicted value.

Example:

>> AdjChol = log AdjChol 
>> residuals AdjChol = age 

<< (adjust)Up to index>> (predict)