polyJump1Tri: polyJump1Tri Simulate a polynomial trivariate relationship

Description Usage Arguments Value

Description

polyJump1Tri Simulate a polynomial trivariate relationship

Usage

1
polyJump1Tri(x1, x2, x3, npoly, coef, deg1, deg2, jumpLoc3)

Arguments

x1

A vector

x2

A vector

x3

A vector

npoly

A numeric indicating the number of polynomial terms to simulate

coef

A vector indicating the coefficient for each polynomial term

deg1

A vector indicating the degree of the first polynomial term

deg2

A vector indicating the degree of the second polynomial term

jumpLoc3

Location of random quantile jump for x3

coef

A numeric coefficient

Value

Trivariate polynomial (see source code for details)


benkeser/haltmle.sim documentation built on May 12, 2019, noon