coef_marginal_vc: Marginal effects evaluation from models with varying...

View source: R/coef_marginal_vc.R

coef_marginal_vcR Documentation

Marginal effects evaluation from models with varying coefficients

Description

This function evaluates the marginal effects from x (dy/dx) based on the estimation result of resf_vc. This funtion is for non-Gaussian models transforming y using nongauss_y.

Usage

coef_marginal_vc( mod )

Arguments

mod

Output from resf_vc

Value

b_vc

Matrix of the marginal effects of x (dy/dx) (N x K)

B_vc_n

Matrix of the sub-marginal effects of x explained by the spatially varying coefficients (N x K)

B_vc_s

Matrix of the sub-marginal effects explained by the non-spatially varying coefficients (N x K)

c

Matrix of the marginal effects of xconst (N x K_const)

other

List of other outputs, which are internally used

See Also

resf_vc


spmoran documentation built on April 29, 2023, 1:13 a.m.