> 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}}

______________________________________________
R-help@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.

Reply via email to