Create_P: Create_P

Description Usage Arguments

Description

Creates a l\*m\*n x (m^l)\*(n^m) dimensional matrix if y_zx_dependent = FAlSE, creates l\*m\*n x (m^l)\*((n^m)+1) dimension matrix otherwise.

Usage

1
Create_P(l, m, n, Rxy, y_zx_depenendent = FALSE)

Arguments

l

|Z|

m

|X|

n

|Y|

Rxy

Matrix of response function indicators

y_zx_dependent

If set to true P will be calculated assuming Y is dependent on z and x, otherwise will assume y is only dependent on x.


npsr documentation built on May 2, 2019, 9:43 a.m.