Learn R Programming

depCensoring (version 0.1.7)

get.mi.mat: Faster implementation of vector of moment functions.

Description

This function obtains the moment function evaluations.

Usage

get.mi.mat(data, beta, t, hp, inst.func.evals = NULL)

Arguments

data

Data frame.

beta

Vector of coefficients.

t

Time point at which to compute the moment function. Also allowed to be a vector of time points (used in estimating the model under assumed time- independent coefficients).

hp

List of hyperparameters

inst.func.evals

Matrix of instrumental function evaluations. If NULL, it will be computed during execution of this function. Default value is inst.func.evals = NULL.