regress_fit: This function returns the residuls after fiting a func...

Description Usage Value

View source: R/auxiliary.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
regress_fit(
  coefficients,
  regress_func,
  formula,
  data,
  weights,
  R,
  sigma_star,
  pattern,
  ...
)

Value

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


NMMIPW documentation built on Dec. 20, 2021, 5:07 p.m.

Related to regress_fit in NMMIPW...