Thank you! How to prepare different data set to perform Land Use regression model in R software? If the dataset includes raster data, vector data and point data in CSV format.
I often have trouble importing Excel files into R so I resort into using the environment pane to import these excel files. Is there any difference from using user written code compared to using the environment pane to import excel files?
Hi Alejandro, I often import the dataset from file-import data from text/excel. I find it to be the easiest and you can also have a preview of the data that is going to be imported. And then the code will be generated and printed out to the console. I copy the import data code to R script so next time I don’t need to go through the whole importing data process. The file-import pane option will give you the same result as when you run the code.
Super useful ty so much
Thank's miss
Very helpfull for me😉
Thanks for visiting!
@@datasciencewithyan4124 thank you so much mam. With the help of you now I will be able to complete my worksheet...😊🙏🏻
@@shubhamtandon6949 you are welcome!
I learn a lot with your videos.thank you very maych
Thank youu!!
Thank you!
Thank you!
How to prepare different data set to perform Land Use regression model in R software?
If the dataset includes raster data, vector data and point data in CSV format.
Thank you! You may check my videos on data manipulations: ruclips.net/video/vt-XnS7F1Kk/видео.html
ruclips.net/video/zEON2EKjSRE/видео.html
I often have trouble importing Excel files into R so I resort into using the environment pane to import these excel files. Is there any difference from using user written code compared to using the environment pane to import excel files?
Hi Alejandro, I often import the dataset from file-import data from text/excel. I find it to be the easiest and you can also have a preview of the data that is going to be imported. And then the code will be generated and printed out to the console. I copy the import data code to R script so next time I don’t need to go through the whole importing data process. The file-import pane option will give you the same result as when you run the code.
@@OliviaLi15 Thank you!