search for: tdf

Displaying 20 results from an estimated 26 matches for "tdf".

Did you mean: pdf
2003 May 30
2
Rsyncing Problem with - character!
...machine: -: unknown option rsync error: syntax or usage error (code 1) at main.c(875) rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) /usr/bin/rsync --rsh=/usr/local/openssh/bin/ssh -avu --delete "/export/home/tdf/Draft text \- with Holley comments.doc" root@mymachine.mydomain.com:/home/tdf/Draft text \- with Holley comments.doc Any ideas what I can do to make this work? Cheers, Tom
2003 Feb 28
1
Newbie Question
Hi, This is a very simple question I realise, but I hope maybe someone can just help me out. I am trying to do a very simple thing, just transfer a file from machine A to machine B using rsync with ssh. This is what i'm typing: bash-2.03# rsync -avvv --rsh="ssh -l tdf" tdf@machine.niss.ac.uk:/export/home/tdf/demofile.html demofile.html This is what I get: opening connection using ssh -l tdf machine.niss.ac.uk -l tdf rsync --server --sender -vvvlogDtpr . /export/home/tdf/demofile.html tdf@machine.niss.ac.uk's password: bash: rsync: command not found rs...
2011 Feb 09
1
Adding labels into lattice's barchart
*** APOLOGIZES FOR THOSE READING THE LIST THROUGH NABBLE THIS WAS ALREADY POSTED THERE BUT NOT FORWARDED TO THE LIST FOR SOME UNKNOWN REASON *** I have a dataset that looks like: $ V1: factor with 4 levels $ V2: factor with 4 levels $ V3: factor with 2 levels $ V4: num (summing up to 100 within V3 levels) $ V5: num (nr of cases for each unique combination of V1*V2*V3 levels) Quite new to
2006 Oct 06
1
sparklines in lattice
Dear R-help, Has anyone implemented sparklines in the strips of a lattice plot? What I have in mind is, say, highlighting that part of a time series that one is examining in more detail in a set of lattice plots. Regads,. Mark Difford. PS: (Andreas Loffler has implemented a simple but functional version for TeX/LaTeX: http://www.tug.org/tex-archive/help/Catalogue/entries/sparklines.html)
2009 Aug 28
1
names<- in data.frame (PR#13916)
Full_Name: Spinu Vitalie Version: 2.9.0 OS: Windows Submission from: (NULL) (130.115.113.15) In assignment of "zero length" names to data.frame: > tdf <- data.frame(rbind(c(1, 2), c(1, 2))) > names(tdf) <- c("", "") > tdf structure(c("1", "1"), class = "AsIs") structure(c("2", "2"), class = "AsIs") 1 1...
2011 Nov 22
1
glht for lme object with significant interaction term
Dear all, I'm working on some data from an experiment on the breeding behavior of birds. In short, I have been measuring how the time spent on performing a certain task (variable 'mean_on_active') differs over time (variable 'day', 2 levels) across three experimental categories (variable 'treat'; levels 'C', 'R', 'E'). The model shows a
2008 Jul 10
1
Ellipsis arguments for plot.formula
Hi: I have a function as follows: my.plot <- function( x, y = NULL, ... ) { plot( x, y, cex.axis=0.5, ...) } Set up the variables: x <- 1:10; y <- x; tdf <- data.frame( x, y ); main.str <- "test" I will exercise the function in two ways: > my.plot( y ~ x, tdf, main = "test" ) This works fine > my.plot( y ~ x, tdf, main = main.str ) Error in eval(expr, envir, enclos) : ..1 used in an incorrect context, no ... to...
2008 Jun 26
1
Undefined method: camelize
...my PC. On the deployment server (I use railsplayground.net), I get the following error: Processing ApplicationController#index (for 220.224.229.156 at 2008-06-25 18:49:34) [GET] Session ID: 5921e7d789ee3aaa214f2d59aa40986a Parameters: {"action"=>:index, "controller"=>:tdf} NoMethodError (undefined method `camelize'' for :tdf:Symbol): /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/ action_controller/routing/route_set.rb:386:in `recognize'' My rails configuration is as follows: About your application''s environment Ruby version...
2006 Jan 23
3
ordering a data frame to same order as a chr vector
Hi all, I've got a data frame that has an identical column to a chr vector. I would like to use the chr vector to order the rows of the data frame to be identical to the order in the chr vector (the contents of the chr vector are completely identical to one col of the data frame), but this is proving trickier than it sounds.. Any help would be much obliged, -Ken
2007 Jan 24
1
how to properly extend s3 data.frames with s4 classes?
...fails although WDF is an instance of an S4 class. It is actually (c) that surprises me most. Code ---- # (Should be pastable into an R session) # R version is 2.4.1 # # === Preliminaries === # (">" indicates output) # library("methods") setOldClass("data.frame") tdf <- data.frame(x=c(1,2), y=c(TRUE,FALSE)) # For testing purposes # # === (a) Exdended Dataframe Case === # XDF <- "ExtendedDataframe" # Convenient shortcut setClass(XDF, representation("data.frame", info="character")) getClass(XDF) # # > Slots: # > # > Na...
2010 Sep 23
1
merging multiple data frames
...02 SDM023 0.5 B 198.8900 210.0600 215.629 321 SDM024 0.5 B 351.8460 100.0980 185.388 340 SDM026 0.5 B 190.4560 132.8970 160.213 359 SDM028 0.5 B 252.9760 158.2910 120.425 378 SDM029 0.5 B 411.0690 134.1060 138.528 tdf SampleID UVDose_J RepairHours Day_0 Day_45 Day_90 19 SDM001 0.5 T 642.3255 579.6635 537.581 38 SDM002 0.5 T 531.2000 581.0030 557.537 57 SDM005 0.5 T 619.5420 539.9010 548.100 76 SDM006 0.5 T 707.0940 563.1125 575.31...
2005 Nov 21
1
Cacheing in read.table/ attached data?
...s not updated. The outlier point is still there. However, when I detach and reattach the dataframe, it seems to work okay. For example, # Plot has the outlier point in it. # Edit the file, commenting out the outlier line, save, then... > SG <- read.table ("c:/Vivek/MFC/Data/SG/combinedSG.tdf",header=TRUE,sep="\t") > SGm2 <- lm(A3Yr ~ A10Holdings, data=SG) > circlesPlot(A10Holdings,A3Yr, size=NetAssets) > abline(coef(SGm2)) # Put the regression line on the plot > SG <- read.table ("c:/Vivek/MFC/Data/SG/combinedSG.tdf",header=TRUE,sep="\t&q...
2010 Jan 03
1
calculations on columns with partially matching names
Is there a command for partial matching of character strings? Specifically, I'd like to be able to calculate the mean of the values in any columns in a data frame or matrix that have identity in part of their column names. For example, columns labeled "mpw06a" and "mpw06b" match on the first five characters; their mean would be taken whereas any columns beginning with
2008 Aug 30
1
need some help on r
Hi >Tdf bin TCC_TCA TCA_CR TCC_CR Time sn.rnc 117 117 258 27 314 (08/28/08 00:09:42) 50.21 118 118 251 30 291 (08/28/08 00:09:47) 50.21 119 119 247 28 289 (08/28/08 00:09:52) 50.21 120 120 251 29 282 (08/28/08 00:09:57) 50...
2010 Jan 31
2
Using apply function on duplicates in a data.frame
Dear R-Helpers, I have a data.frame (df) and the head of data.frame looks like ProbeUID ControlType ProbeName GeneName SystematicName 1665 1577 0 pSysX_50_22_1 pSysX_50 pSysX_50 5422 5147 0 pSysX_49_8_1 pSysX_49 pSysX_49 4042 3843 0 pSysX_51_18_1 pSysX_51 pSysX_51 3646 3466 0 sll1514_0_2 sll1514 sll1514
2013 Mar 05
1
boxplot with frequencies(counts)
Dear All, I have a table as following position type count 1 2 100 1 3 51 1 5 64 1 8 81 1 6 32 2 2 41 2 3 85 and so on Normally if would have a vector of 2,3,4,5... by position position and plot them by position. But now i have counts of these types. Is there a way to compute boxplot of such
2009 Jun 17
2
Difference beetwen element in the same column
Hi, i have this file pressure,k,eps,zeta,f,velocity:0,velocity:1,velocity:2,vtkValidPointMask,Point Coordinates:0,Point Coordinates:1,Point Coordinates:2,vtkOriginalIndices 0.150545,0.000575811,0.0231277,0.000339049,-0.0193008,0.00318629,-6.24066e-07,5.39599e-05,^A,7,0,0,0 0.150546,0.000782719,0.0226157,0.000497957,-0.0192084,0.00367781,5.09813e-06,5.90689e-05,^A,7,0.0003035,0.000225,1
2007 Aug 20
2
Interweaving cell entries from 2 columns
Hi, how do I interweave 2 columns of data into a single column? See illustration below. Thx-jenny I have 2 columns of data Col1 Col21 2 3 45 6 7 89 10 I want to create a new column with interlocking cell centries12345678910 Get the new Windows Live Messenger! Try it! _________________________________________________________________ Did you know you
2009 Aug 06
2
random between two values
Hi, I would obtain a random value between two (for example between 40.15 and 56.58 I would have only one value). I'm looking for a package/a function which could do this. Could anybody help me please? Cordialement Damien Landais
2011 May 24
0
Xen and live migration with VIR_MIGRATE_PERSIST_DEST
...hat doesn't seem to have any effect. The domU is not defined in xend and will vanish when destroyed or on hypervisor reboot. Could that be a known problem or related to a bug ? I'm really out of ideas. Any help appreciated, Thank you ! -- Thibault VINCENT - IT SmartJog S.A.S. - Groupe TDF - P?le multim?dia 27 Bd Hippolyte Marques, 94200 Ivry-sur-Seine, France Phone: +33.1.58.68.62.38 / Fax: +33.1.58.68.60.97