regress_fit {NMMIPW}R Documentation

This function returns the residuls after fiting a func regression, where func is the user-specified function

Description

This function returns the residuls after fiting a func regression, where func is the user-specified function

Usage

regress_fit(
  coefficients,
  regress_func,
  formula,
  data,
  weights,
  R,
  sigma_star,
  pattern,
  ...
)

Value

returns the residuals of the regression by the user-specified function


[Package NMMIPW version 0.1.0 Index]