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)
Run the code above in your browser using DataLab