print.simsum | R Documentation |
Print method for simsum objects
## S3 method for class 'simsum'
print(x, ...)
x |
An object of class |
... |
Ignored. |
data("MIsim")
x <- simsum(
data = MIsim, estvarname = "b", true = 0.5, se = "se",
methodvar = "method"
)
x
MIsim$true <- 0.5
x <- simsum(data = MIsim, estvarname = "b", true = "true", se = "se")
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.