msfz751

return a list in RcppArmadillo

Aug 16th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.19 KB | None | 0 0
  1.   List out;
  2.  
  3.   out["mTheta"]       = mTheta;
  4.   out["mInnovations"] = mInnovations;
  5.   out["mTheta_tilde"] = mTheta_tilde;
  6.  
  7.   out["vY"]   = vY;
  8.   out["vLLK"] = vLLK;
  9.   out["dLLK"] = dLLK;
Advertisement
Add Comment
Please, Sign In to add comment