R Dataset / Package datasets / euro
Attachment | Size |
---|---|
dataset-22612.csv | 137 bytes |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the euro data set which pertains to Conversion Rates of Euro Currencies. The euro data set is found in the datasets R package. Try to load the euro data set in R by issuing the following command at the console data("euro"). This may load the data into a variable called euro. If R says the euro data set is not found, you can try installing the package by issuing this command install.packages("datasets") and then attempt to reload the data with library("datasets") followed by data("euro"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing euro at the command-line which should display the entire dataset. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the euro R data set. The size of this file is about 137 bytes. Conversion Rates of Euro CurrenciesDescriptionConversion rates between the various Euro currencies. Usageeuro euro.cross Format
DetailsThe data set The data set Examplescbind(euro)## These relations hold: euro == signif(euro, 6) # [6 digit precision in Euro's definition] all(euro.cross == outer(1/euro, euro))## Convert 20 Euro to Belgian Franc 20 * euro["BEF"] ## Convert 20 Austrian Schilling to Euro 20 / euro["ATS"] ## Convert 20 Spanish Pesetas to Italian Lira 20 * euro.cross["ESP", "ITL"]require(graphics) dotchart(euro, main = "euro data: 1 Euro in currency unit") dotchart(1/euro, main = "euro data: 1 currency unit in Euros") dotchart(log(euro, 10), main = "euro data: log10(1 Euro in currency unit)") -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package COUNT / medpar | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package gap / crohn | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / SP500W90 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / AirPassengers | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package psych / Holzinger | March 9, 2018 - 1:06 PM | Dataset |