getSeq: Two sequences: starting+ending values from n and blocksize...

View source: R/getSeq.R

getSeqR 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

gmcmtxBlk

Examples


getSeq(n=99, blksiz=10)


generalCorr documentation built on Oct. 10, 2023, 1:06 a.m.