R/a_models_precision.R

Defines functions prec

Documented in prec

# Latent network model creator
precision <- prec <- function(
  ...
){
 model <- varcov(...,type = "prec")
  
  # Return model:
  return(model)
}

Try the psychonetrics package in your browser

Any scripts or data that you put into this service are public.

psychonetrics documentation built on June 22, 2024, 10:29 a.m.