Very new to R, still using drop down menus for my degree. Code comes in next semester im unsure of all this jargon. Basically i need to transform data with Logs and R cant find logs on my laptop. frustrating because it works fine at uni. please send help
Asked
Active
Viewed 1,513 times
0
-
im guessing i dont have the package for it installed but i dont know what one that is – Kathryn Bugler Apr 05 '16 at 01:39
-
`log` does natural logarithms in R, used like `log(x)` - this should certainly be included in base R and won't need any packages installed. – thelatemail Apr 05 '16 at 01:41
-
should i reinstall R then since it doesnt appear to be finding it – Kathryn Bugler Apr 05 '16 at 01:42
-
1R is case sensitive by the way `Log()` and `log()` are not the same. – thelatemail Apr 05 '16 at 01:43
-
maybe [this](https://cran.r-project.org/doc/contrib/Karp-Rcommander-intro.pdf) would help – rawr Apr 05 '16 at 01:52