I am new to R and trying to figure out my way with analysing data. At the moment I have a dataset which describes the house prices in Washington, USA. I am trying to create a predictive pricing model. Before starting doing all this, I want to get an overview of the data I am working with. From my experiences in class, a summary is a good starting point.
So when I summarize my data.. all variables seem to be fine besides the $price variable.. see below:
for example: min. 0.000e+00 mean. 6.362e+09
Is there any possible way I can make this 'readable'? As in like full numbers, instead of this? I have no clue what's going on.
Thanks!