R/BIFIE_pathmodel_summary_print_model_specification.R

Defines functions BIFIE_pathmodel_summary_print_model_specification

## File Name: BIFIE_pathmodel_summary_print_model_specification.R
## File Version: 0.09

BIFIE_pathmodel_summary_print_model_specification <- function(object, digits)
{
    # print specified model
    cat("Syntax for path model \n")
    cat(object$lavaan.model, "\n")

    # print fixed reliabilities
    obji <- object$reliability
    if (!is.null(obji)){
        cat("Fixed reliabilities\n\n")
        print( round(obji, digits))
        cat("\n")
    }
}

Try the BIFIEsurvey package in your browser

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

BIFIEsurvey documentation built on April 5, 2022, 1:14 a.m.