Displaying 3 results from an estimated 3 matches for "thulasingam".
2008 Jun 24
9
R help
Dear Sir/Madam,
I found your email address and your correspondence with R-users. I hope
you could help me with this question about the function "ur.ers" in the
package of "urca". It is an improved unit root test (Elliott et al. 1996
Econometrica). Do you know how to extract the value of the test
statistic from the output? The only thing I can get is the print-out of
all
2008 Sep 04
1
saving an object
Hi there,
I have a dataset stored in an object which has very huge volume of rows.I
want to reuse it for comparing with other datasets.I dont want it to reload
every time i run the script.Is there a way of saving a particular loaded
object in the workspace and reusing it.
Kindly help me.
Ramya Thulasingam
--
View this message in context: http://www.nabble.com/saving-an-object-tp19313276p19313276.html
Sent from the R help mailing list archive at Nabble.com.
2009 Nov 24
2
Re moving white space help
Hi there
I am trying to remove the white space and replace it with nothing but didnt
have any luck with that
x <- and fgh-
i can replace the comma using gsub
gsub("\\-","",x)
but i cant replace the white space with nothing.
Ramya
--
View this message in context: http://old.nabble.com/Removing-white-space-help-tp26503431p26503431.html
Sent from the R help mailing list