Display of results
I don't know this test, but as written, LM <- Lo.Mac(y,kvec), will just make an assignment. To display the result you could write: (LM <- Lo.Mac(y,kvec)) ----- Original Message ----- From: "Hichem Ben Khedhiri" <bk.hichem at googlemail.com> To: <r-help at r-project.org> Sent: Sunday, January 24, 2010 9:47 AM Subject: [R] Display of results Dear R-helpers, I have been trying to carry out some variance ratio tests such as Lo-MacKinlay test and Chow-Denning test. However, When I write the function LM <- Lo.Mac(y,kvec) or any other functions I don't get the results displayed. The only sign I get is < I don't understand what's wrong (is it the package, misspecification of the function, Vista). I am really stuck in and I would be grateful for any hints that may help me get the results displayed. Many thanks in advance, Ben. --------------------------------------------------------------------------------
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.