observed {blatent} | R Documentation |
Declares observed variables in a blatent model
Description
Used in blatentSyntax
to declare the distribution and link function for observed variables
as an unevaluated function call. Sets specifications used in estimation.
Usage
observed(distribution = "bernoulli", link = "probit")
Arguments
distribution |
Specifies the distribution of the observed variable(s) to which the function points. Defaults to
|
link |
Specifies the link function used for any observed variable model where the observed variable is predicted.
Defaults to
|
[Package blatent version 0.1.2 Index]