Learn R Programming

generalCorr (version 1.2.6)

getSeq: 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)

Value

two vectors sqLO and sqUP

Arguments

n

length of the range

blksiz

blocksize

Author

Prof. H. D. Vinod, Economics Dept., Fordham University, NY

See Also

gmcmtxBlk

Examples

Run this code

getSeq(n=99, blksiz=10)

Run the code above in your browser using DataLab