Sib-pair Command: *|/|+|-|^


ClassAlgebraic operators and function
Name* | / | mod | + | - | ^
Arguments (<value>|<locus>)

Arithmetic operations combining numerical constants and/or trait values. The result of an operation involving constants is a single constant, but an operation involving a trait value results in nobs results (where nobs is the number of individuals in the pedigree file.

Example:

>> 1+1
=>  2.
>> 10^5
=> 100000.
>> set loc Tscore qua
>> Tscore = 100 + 10 * (adjChol-187.0217)/118.7763
Operating on pedigree file

Recoded 46 values.



<< (colon)Up to index>> (comparison)