I'm new, so it might be a silly question, but if you can answer this question, I would really appreciate it :)
If I have a bigger number (ANY NUMBER) and I am writing it into any R function (with a dot and without a dot) - it gives me two different results, what is the correct way to write it?
For example, the number is twenty seven thousand, but in R, do I write it with a dot - 27.000 or without a dot - 27000? (I am trying to calculate test statistic, for mean, and I want to subtract 27000 from the mean, and the result changes massively (depending on the dot) :D
Hope it makes sense, thank you for clarification and your help!
***I will delete the question immediately if it is inappropriate or against the policy?