CInLPN.estim | R Documentation |
Title
CInLPN.estim(K, nD, mapping.to.LP, data, if_link = if_link, DeltaT = 1,
paras, maxiter = 500, nproc = 1, epsa = 1e-04, epsb = 1e-04,
epsd = 0.001, print.info = FALSE)
K |
number of outcomes |
nD |
number of latent processes |
mapping.to.LP |
indicates which outcome measured which latent process, it is a mapping table between outcomes and latents processes |
data |
indicates the data frame containing all the variables for estimating the model |
if_link |
indicates if non linear link is used to transform an outcome |
DeltaT |
indicates the discretization step |
paras |
initial values for parameters |
maxiter |
maximum iteration |
nproc |
number of processor to be used for running this package, default value is 1 |
epsa |
threshold for the convergence criterion on the parameters, default value is 1.e-4 |
epsb |
threshold for the convergence criterion on the likelihood, default value is 1.e-4 |
epsd |
threshold for the convergence criterion on the derivatives, default value is 1.e-3 |
print.info |
to print information during the liklihood optimization, default value is FALSE |
CInLPN object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.