Object Reference : Object View and Procedure Reference : Logl
  
 
append
Append a specification line to a logl.
Syntax
logl_name.append text
Type the text to be added after the append keyword.
Examples
logl ll1
ll1.append @logl logl1
ll1.append res1 = y-c(1)-c(2)*x
ll1.append logl1 = log(@dnorm(res1/@sqrt(c(3))))-log(c(3))/2
declares a logl object called LL1, and then appends a specification that estimates an ordinary least squares model.
Cross-references
See “Specification” for discussion of logl specifications.
See also Logl::spec.