getSeq {generalCorr} | R Documentation |
Two sequences: starting+ending values from n and blocksize (internal use)
Description
This is an auxiliary function for gmcmtxBlk. It gives sequences of starting and ending values
Usage
getSeq(n, blksiz)
Arguments
n |
length of the range |
blksiz |
blocksize |
Value
two vectors sqLO and sqUP
Author(s)
Prof. H. D. Vinod, Economics Dept., Fordham University, NY
See Also
Examples
getSeq(n=99, blksiz=10)
[Package generalCorr version 1.2.6 Index]