uniReg: uniReg

View source: R/intCens.R

uniRegR Documentation

uniReg

Description

Wrapper for Intcens executable by Zeng et al 2016. See http://dlin.web.unc.edu/software/intcens/ to download the intcens program for R.

Usage

uniReg(
  xpath,
  InFile,
  OutFile,
  Model,
  ID = NULL,
  inf = "Inf",
  iter = 5000,
  cthresh = 1e-04,
  r = 1,
  printout = FALSE,
  ign_stout = TRUE
)

Arguments

xpath

The path to the unireg executable.

InFile

txt file to be input

OutFile

txt file to be output

Model

equation to be given

ID

name of subject ID

inf

Value for infinite, default is "Inf"

iter

Number of iterations

cthresh

Threshold for convergence

r

Threshold for convergence

printout

Print results to screen

ign_stout

For Linux systems


vando026/ahri documentation built on Aug. 10, 2024, 3:20 p.m.