powered by
Print method for N_FACTORS objects
# S3 method for N_FACTORS print(x, ...)
print() returns its argument x invisibly; it is cat(format(x), sep = "\n").
print()
x
cat(format(x), sep = "\n")
an object of class N_FACTORS, returned by N_FACTORS().
N_FACTORS()
not used.
# \donttest{ N_FACTORS(test_models$baseline$cormat, criteria = c("EKC", "SMT"), N = 500) # }
Run the code above in your browser using DataLab