similar to: Export multiple data files from R

Displaying 20 results from an estimated 2000 matches similar to: "Export multiple data files from R"

2006 Dec 14
1
question about for loop
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061214/3ac79a40/attachment.pl
2007 Jan 14
1
extracting data into different subsets
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070114/756160fa/attachment.pl
2007 Jan 03
3
How to add characters on graph ?
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070103/d0f3260e/attachment.pl
2007 Jan 21
1
identify selected substances across individuals
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070121/436ed377/attachment.pl
2012 Jun 04
1
Math labels in .eps files
Dear list, I have non-ascii labels that I want to include somethow in a .eps file for inclusion into a LateX document. Is this possible? What I see is that the (attached) png file looks ok but the .eps renders all non-ascii labels at the bottom as [..]. I've searched around enough to learn that including math labels in a .eps is a problem. Hower, is there a solution too somewhere?
2008 May 08
3
histogram() with "Date" class?
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080508/a79fbde1/attachment.pl>
2011 Aug 16
3
Constructing an additional key inside of a lattice panel
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110816/b1fd368c/attachment.pl>
2012 Mar 03
3
Using ddply within a function by argument transfer
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120303/a62e41f2/attachment.pl>
2008 Apr 24
2
Factor to numeric
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080424/d118f1b7/attachment.pl
2011 Jul 10
1
How do I get two levels of grouping for in a lattice panel function?
Dear list, I'm working on a panel function where I would like to be able to visualise data grouped by the category of the data, and then also changes in summary descriptives from one condition to another in the same scatter plot. Like the figure attached, but with one polygon for each subset of the data set given by a second variable (with colours still coming from the variable specified in
2012 Jan 26
1
Finding suspicious data points?
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120126/7b076e84/attachment.pl>
2013 Apr 24
1
Problems with Fortran calls when loaded a dll compiled with gfortran-4 Cygwin 4.5.3
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130424/70100a7f/attachment.pl>
2011 Aug 11
1
Passing on "groups" argument to xyplot within a plotting function
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110811/f20d8760/attachment.pl>
2008 May 12
2
Cumulative lattice histograms
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080512/9533b31f/attachment.pl>
2011 Jun 10
2
How do I make proper use of the by() function?
An embedded and charset-unspecified text was scrubbed... Name: inte tillg?nglig URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110610/b259a660/attachment.pl>
2007 Jan 24
2
keep track of selected observations over time
Dear all, Attached is a description of my data, graph and the problem which I need help with. Hope you have time to open the file and help me out. Many thanks, Jenny ---------------------------------
2006 Dec 10
2
question about data manipulation
Dear all, I have a dataset dat<- pep[c(420:423,1258:1261,2096:2099),c(3,4,7,14)] Slide Block Name pearson_res 2102 23 2 CTERQANFLGKIWPS 0.07618407 2103 23 2 ATLEEMMTACQGVGG 1.93543619 2104 23 2 IPVGEIYKRWIILGL 0.22211959 2105 23 2 MFSALSEGATPQDLN -0.08249410 3662 24 2 CTERQANFLGKIWPS -0.10250513 3663
2011 Nov 27
1
Simplifying my code
Hi, I have a pretty simple problem. Here is the code: dat1=complete(dat.mice,1) dat2=complete(dat.mice,2) dat3=complete(dat.mice,3) dat4=complete(dat.mice,4) dat5=complete(dat.mice,5) dat6=complete(dat.mice,6) dat7=complete(dat.mice,7) dat8=complete(dat.mice,8) dat9=complete(dat.mice,9) dat10=complete(dat.mice,10) dat11=complete(dat.mice,11) dat12=complete(dat.mice,12)
2006 Dec 10
1
how to sort random numbers according to the sample ?
Dear R-users, #### below is my code to randomized x three times. > x=c(6,8,9,11) > plan=NULL > for(i in 1:3){ + set.seed(i) + r<-runif(x) + plan=cbind(plan,r) + } ##### which gave the matrix > plan r r r [1,] 0.2655087 0.1848823 0.1680415 [2,] 0.3721239 0.7023740 0.8075164 [3,] 0.5728534 0.5733263 0.3849424 [4,]
2006 Dec 08
1
How to plot two variables in the same qqnorm-plot?
Dear all, I have two variables called c2 and c3 and want to plot these variables in the same qqnorm-plot with two different symbols or colors to distinguish them so I can easily compare the variables aginst each other. How can I do in R? I only manage to do two separated qqnorn-plots. Thanks for your help, All the best, Jenny c2= -0.1545775144 -0.0601161235