Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ID rho lambda value counts convergence
  2. 1 0.89 2.19 13.71 69 0
  3. . . . . . .
  4. . . . . . .
  5. . . . . . .
  6.  
  7. For (i in 1:length(ID)){
  8. f <- function(param, df){
  9. rho <- param[1]
  10. alpha <- param[2]
  11. logl <- #model
  12.  
  13. }
  14. optim(...)
  15. # I may write a table to export the data, but that's not that organized and clean for manipulation.
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement