Learn R Programming

ntwk (version 1.0.0)

check_thetas: Checks that |theta_1| <= theta_2.

Description

Checks that |theta_1| <= theta_2.

Usage

check_thetas(theta_1, theta_2)

Arguments

theta_1

Off-diagonal value or network effect.

theta_2

Diagonal value or momentum effect.

Value

An error if |theta_1| > theta_2, nothing happens otherwise.