PCMExtractDimensions: Given a PCM or a parameter object, extract an analogical...

View source: R/PCM.R

PCMExtractDimensionsR Documentation

Given a PCM or a parameter object, extract an analogical object for a subset of the dimensions (traits) in the original object.

Description

Given a PCM or a parameter object, extract an analogical object for a subset of the dimensions (traits) in the original object.

Usage

PCMExtractDimensions(obj, dims = seq_len(PCMNumTraits(obj)), nRepBlocks = 1L)

Arguments

obj

a PCM or a parameter object.

dims

an integer vector; should be a subset or equal to seq_len(PCMNumTraits(obj)) (the default).

nRepBlocks

a positive integer specifying if the specified dimensions should be replicated to obtain a higher dimensional model, where the parameter matrices are block-diagonal with blocks corresponding to dims. Default: 1L.

Details

This is an S3 generic

Value

an object of the same class as obj with a subset of obj's dimensions multiplied nRepBlocks times.


venelin/PCMBase documentation built on March 14, 2024, 8:24 p.m.