ivmodel-internal: Internal 'ivmodel' functions

ivmodel-internalR Documentation

Internal ivmodel functions

Description

Internal ivmodel functions

Usage

  invTwobyTwoSymMatrix(M)
  quadSolver(a,b,c)
  condPvalue(m,qT,k,df2,eps = 0.02)
  qrrank(QR,tol=1e-8)
  qrRM(QR)
  ## S3 method for class 'ivmodel'
print(x,...)
  ## S3 method for class 'ivmodel'
summary(object,...)

Details

invTwobyTwoSymMatrix is a helper function to invert two-by-two symmetric matrices. quadSolver is a helper function to invert to solve quadratic equations. condPvalue is a helper function for the conditional likelihood ratio test in CLR.test. qrrank and qrRM are helper functions for the sparse QR package. print is a method to print the ivmodel object. summary is a method that just returns the input, to align with the standard usage of summary method.

Author(s)

Yang Jiang, Hyunseung Kang, and Dylan Small


ivmodel documentation built on April 9, 2023, 5:08 p.m.