[R] aaMI
Richard.Cotton at hsl.gov.uk
Richard.Cotton at hsl.gov.uk
Thu Jan 17 13:44:31 CET 2008
> Thank you. yes it works after loading the package. can you please tell
me
> what should be the location of the file during uploading for aaMI
function.
You can use an absolute path to a file, e.g.
"c:/source/project/myrproject/myfile.r"
.. Or an relative path from the current working directory. The current
working directory can be found using
getwd()
Then you can navigate to the directory where your file lies using standard
folder navigation commands ('..' for parent directory, etc.), e.g.
"../data directory/mydatafile.csv"
You might also want to read the 'Introduction to R', and 'R data Import/
Export' manuals.
http://cran.r-project.org/doc/manuals/R-intro.pdf
http://cran.r-project.org/doc/manuals/R-data.pdf
Regards,
Richie.
Mathematical Sciences Unit
HSL
------------------------------------------------------------------------
ATTENTION:
This message contains privileged and confidential inform...{{dropped:20}}
More information about the R-help
mailing list