print.cSEMTestMGD {cSEM} | R Documentation |
cSEMTestMGD
method for print()
Description
The cSEMTestMGD
method for the generic function print()
.
Usage
## S3 method for class 'cSEMTestMGD'
print(
x,
.approach_mgd = c("none", "Klesel", "Chin", "Sarstedt", "Keil", "Nitzl", "Henseler",
"CI_para", "CI_overlap"),
...
)
Arguments
.approach_mgd |
Character string or a vector of character strings. For which approach should details be displayed? One of: "none", "Klesel", "Chin", "Sarstedt", "Keil, "Nitzl", "Henseler", "CI_para", or "CI_overlap". Default to "none" in which case no details are displayed. |
See Also
csem()
, cSEMResults, testMGD()
[Package cSEM version 0.6.1 Index]