SolveScore: Estimate finite parameters based on score equations

View source: R/NonparametricTransformation.R

SolveScoreR Documentation

Estimate finite parameters based on score equations

Description

This function estimates the model parameters

Usage

SolveScore(theta, resData, X, W, H, eps = 0.001)

Arguments

theta

Vector of parameters in the semiparametric transformation model.

resData

Data matrix with three columns; Z = the observed survival time, d1 = the censoring indicator of T and d2 = the censoring indicator of C.

X

Data matrix with covariates related to T.

W

Data matrix with covariates related to C.

H

The estimated non-parametric transformation function for a given value of theta.

eps

Convergence error.


depCensoring documentation built on April 4, 2025, 1:52 a.m.