View source: R/print.PAmediation.R
print.PAmediation | R Documentation |
Print the results of the mediation function.
## S3 method for class 'PAmediation'
print(x, ...)
x |
An object of class "PAmediation". |
... |
Further arguments for other methods, ignored for "mediation". |
## Not run:
results <- mediation(model = y ~ m2 ~ m1 ~ x, data = medEX, standardized = TRUE)
print(results)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.