| lotriEst | R Documentation | 
Extract or remove lotri estimate data frame from lotri object
lotriEst(x, drop = FALSE)
x | 
 lotri object  | 
drop | 
 boolean indicating if the lotri estimate should be dropped  | 
data frame with estimates or NULL if there is not a data.frame attached
fix1 <- lotri({
   a <- c(0, 1); backTransform("exp"); label("a label")
   b <- c(0, 1, 2)
   c <- fix(1)
   d <- fix(0, 1, 2)
   e <- c(0, 1, 2, fixed)
   f+g ~ c(1,
           0.5, 1)
 })
# Extract the attached lotri estimate data frame
lotriEst(fix1)
# Remove the attached lotri estimate data frame
lotriEst(fix1, drop=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.