compute.qrme: compute.qrme

View source: R/qrme.R

compute.qrmeR Documentation

compute.qrme

Description

does the heavy lifting on computing quantile regression with left hand side measurement error

Usage

compute.qrme(
  formla,
  tau = 0.5,
  data,
  nmix = 3,
  startbet = NULL,
  startmu = NULL,
  startsig = NULL,
  startpi = NULL,
  simstep = "MH",
  tol = 1,
  iters = 400,
  burnin = 200,
  drawsd = 4,
  cl = 1,
  messages = FALSE
)

Arguments

compute.qrme

bcallaway11/qrme documentation built on May 16, 2024, 12:02 p.m.