Description Usage Arguments Value Examples
A simple print method for rbounds objects
1 2 | ## S3 method for class 'rbounds'
print(m)
|
m |
A model fit by |
By default we print the mean upper and lower bounds and CI's
1 2 3 4 5 6 7 8 9 | #' N <- 1000
x <- rnorm(N)
e <- rnorm(N)
y <- as.numeric(2*x + e > 0)
z <- rbinom(N, 1, .75)
y_obs <- z*y
df <- data.frame(y_obs, x, z)
m1 <- pidoutcomes(y_obs ~ x, z, df)
m1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.