difm.model.attributes {DIFM}R Documentation

Initialize model attributes for DIFM

Description

It initialize the basic parameters and model attributes for DIFM

Usage

difm.model.attributes(data, n.iter, n.factors, G0)

Arguments

data

The dataset

n.iter

Number of iterations

n.factors

Number of factors to run DIFM

G0

The basic evolution matrix for one factor

Value

A list of number of timepoints, subregions, factors, matrix of evolution matrix, and matrix to extract common factors.


[Package DIFM version 1.0 Index]