Estimate parameters in a probit latent variable model via a composite likelihood decomposition.
Usage
complik(
x,
data,
k = 2,
type = c("all", "nearest"),
pairlist,
messages = 0,
estimator = "normal",
quick = FALSE,
...
)Arguments
- x
lvm-object- data
data.frame
- k
Size of composite groups
- type
Determines number of groups. With
type="nearest"(default) only neighboring items will be grouped, e.g. fork=2(y1,y2),(y2,y3),... Withtype="all"all combinations of sizekare included- pairlist
A list of indices specifying the composite groups. Optional argument which overrides
kandtypebut gives complete flexibility in the specification of the composite likelihood- messages
Control amount of messages printed
- estimator
Model (pseudo-likelihood) to use for the pairs/groups
- quick
If TRUE the parameter estimates are calculated but all additional information such as standard errors are skipped
- ...
Additional arguments parsed on to lower-level functions
