Stata 11 help for mod()

help mod() -------------------------------------------------------------------------------

Title

[D] functions -- Functions

Mathematical function

mod(x,y) Domain x: -8e+307 to 8e+307 Domain y: 0 to 8e+307 Range: 0 to 8e+307 Description: returns the modulus of x with respect to y. mod(x,y) = x - y*int(x/y) mod(x,0) = .

Also see

Manual: [D] functions

Help: [D] functions, [D] functions (math functions)


© Copyright 1996–2009 StataCorp LP   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index