uniReg | R Documentation |
Wrapper for Intcens executable by Zeng et al 2016. See http://dlin.web.unc.edu/software/intcens/ to download the intcens program for R.
uniReg(
xpath,
InFile,
OutFile,
Model,
ID = NULL,
inf = "Inf",
iter = 5000,
cthresh = 1e-04,
r = 1,
printout = FALSE,
ign_stout = TRUE
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.