NIEffects: Calculating nonlinear and interaction effects

Description Usage Arguments Value Author(s) See Also Examples

Description

A function to calculate nonlinear and interaction effects.

Usage

1
NIEffects(N, n, y.ex, rie)

Arguments

N

The number of data sets.

n

The sample size of each data set.

y.ex

An array with N matrices of dimension n times bex with the scores of exogenous constructs.

rie

A binary matrix specifying nonlinear and interaction effects on the endogenous construct.

Value

A list with the following components:

a.nle

An array with N matrices of dimension n times ncol(rie) with the scores of nonlinear effects.

a.ie

An array with N matrices of dimension n times ncol(rie) with the scores of interaction effects.

Author(s)

Alba Martinez-Ruiz <amartine@ucsc.cl>

See Also

ExoLVsCor, ErrEnLV, EnLVs, EnMVs, XexXen

Examples

1
2
3
4
5
6
N <- 500
n <- 250
## Not run: 
nlie <- NIEffects(N,n,yex$y.ex,intpar$rie)
attributes(nlie)
## End(Not run)

dgmb documentation built on May 2, 2019, 7:55 a.m.