Export Data with R (csv, tab-delineated and space separated examples)

  Рет қаралды 80,012

economicurtis

economicurtis

Күн бұрын

Пікірлер: 28
@BluePuppy210
@BluePuppy210 10 жыл бұрын
I've been trying to do this for daaaays!!! Thank you very much, this was a very easy and helpful explanation!
@habeebaibraheem9925
@habeebaibraheem9925 7 жыл бұрын
You solve my problem today. You superb
@stefanevers1206
@stefanevers1206 11 жыл бұрын
a big "thank you" from Germany!
@danielgreen4685
@danielgreen4685 8 жыл бұрын
So I've ran tests such as summary(lm(X ~ Y)) and correlation and covariance tests and it throws out all the information in my console, how do I export information from my console so I can use it in my paper?
@athina532
@athina532 10 жыл бұрын
Thank you! That was very helpful!
@economicurtis
@economicurtis 10 жыл бұрын
You bet. Happy to help. Looks like I might get a grant to do a bunch more of these R Videos!
@km2052
@km2052 8 жыл бұрын
great , worked from first line write.csv(mydata1,file='export.csv')
@economicurtis
@economicurtis 12 жыл бұрын
thanks! - I appreciate your nice words!
@CocuxtleManguito
@CocuxtleManguito 7 жыл бұрын
Hi there. thanks a lot for the video. Do you know how to export a distance matrix? Thanks!
@ritakang9357
@ritakang9357 7 жыл бұрын
Hi, I was using : write.csv(brfss2013,file'brfss2013.csv') why am i getting error message 'unexpected string constant'
@nikoleta9502
@nikoleta9502 9 жыл бұрын
Hey! When I do this, all the data from the rows gets clustered into the same column space. I have no idea why.The str() of the data looks exactly like yours.
@RobvanMechelen
@RobvanMechelen 7 жыл бұрын
I had exactly the same experience!
@zahranasrazadani1502
@zahranasrazadani1502 9 жыл бұрын
Thanks very helpful.
@ahmedkmn6333
@ahmedkmn6333 8 жыл бұрын
write.table.(data,file=’ exported_data.csv’) Error: unexpected input in "write.table.(data,file=’"
@RobvanMechelen
@RobvanMechelen 7 жыл бұрын
When I do exactly as you presents, I get all data clustered in one column, with the column titles within double quotation marks " "
@economicurtis
@economicurtis 11 жыл бұрын
my pleasure!
@RobvanMechelen
@RobvanMechelen 7 жыл бұрын
When I did what you suggested, I got all data clustered in one column. For those who experienced the same , as an alternative i would suggest install.packages("WriteXLS") library(WriteXLS) WriteXLS(mydata, ExcelFileName = "mydata.xlsx")
@aaronasmr8833
@aaronasmr8833 6 жыл бұрын
But what if you have more than one matrix to save to a file ....
@marcoverduci7001
@marcoverduci7001 11 жыл бұрын
great videos, needs louder volume, though
@economicurtis
@economicurtis 11 жыл бұрын
Thanks for the kind words. This is unfortunately one of my first videos, before I learned much about the importance of recording quality. I've actually written much of a full course on R for data analysis, which I hope to record (with a nice mic) one day when I have the time!
@victor5384
@victor5384 5 жыл бұрын
its still help ! thks !!
@thusyanthythananjayan9951
@thusyanthythananjayan9951 7 жыл бұрын
Could you please suggest me a way to copy the results from r package into word file as a table. Example : Residuals: Min 1Q Median 3Q Max -7499.0 -1094.0 61.7 1004.7 13299.4 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -2.008e+03 4.668e+02 -4.301 2.84e-05 *** TotFLC -3.647e-03 1.051e-02 -0.347 0.7290 TotHLC 7.787e-03 4.142e-03 1.880 0.0618 . OrgF 1.136e-02 6.407e-03 1.773 0.0780 . InorgF 9.569e-03 1.939e-02 0.494 0.6223 PTc 8.103e-03 4.022e-03 2.015 0.0455 * Credit 1.097e-03 3.001e-03 0.366 0.7152 Area 9.675e+03 1.700e+03 5.690 5.37e-08 *** How to copy these outputs as a table in excel or word file ?
@abapokuaa
@abapokuaa 7 жыл бұрын
hey, did you find a way to do this? i need help
@rdjalayer
@rdjalayer 12 жыл бұрын
nice video
@Sothatjusticecanbedone
@Sothatjusticecanbedone 11 жыл бұрын
Thank you very much
@saradajosyula
@saradajosyula 7 жыл бұрын
You'r voice is not audible ://
@abdulf8680
@abdulf8680 9 жыл бұрын
THANKS!! i find rstudio very confusing. STATA FTW
@habeebaibraheem9925
@habeebaibraheem9925 7 жыл бұрын
You solve my problem today. You superb
Import Data, Copy Data from Excel to R CSV & TXT Files | R Tutorial 1.5 | MarinStatsLectures
6:59
MarinStatsLectures-R Programming & Statistics
Рет қаралды 913 М.
R - Reading in CSV Files
15:20
Layth Alwan
Рет қаралды 103 М.
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН
Sigma girl VS Sigma Error girl 2  #shorts #sigma
0:27
Jin and Hattie
Рет қаралды 124 МЛН
Ful Video ☝🏻☝🏻☝🏻
1:01
Arkeolog
Рет қаралды 14 МЛН
Introduction to Cluster Analysis with R - an Example
18:11
Dr. Bharatendra Rai
Рет қаралды 205 М.
Importing , Checking and Working with Data in R | R Tutorial 1.7 | MarinStatsLectures
8:46
MarinStatsLectures-R Programming & Statistics
Рет қаралды 460 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 88 М.
Open and Save in R
25:04
Christopher Hogue
Рет қаралды 28 М.
Summary Statistics In R Software (Pt. 1 of 3)
10:59
economicurtis
Рет қаралды 11 М.
I made maps that show time instead of space
10:44
Václav Volhejn
Рет қаралды 1 МЛН