goric_penalty {goric} | R Documentation |
GORIC penalty term
Description
Calculates the GORIC penalty term (level probability) by Monte-Carlo simulation.
Usage
goric_penalty(object, iter = 1e+05, type = "GORIC", mc.cores = 1)
orglm_penalty(object, iter = 1e+05, type = "GORIC", mc.cores = 1)
Arguments
object |
an object of class orlm, orgls (or orglm for function |
iter |
number of iterations to calculate GORIC penalty terms |
type |
if |
mc.cores |
number of cores using a socket cluster implemented in package |
See Also
[Package goric version 1.1-2 Index]