search for: tall

Displaying 20 results from an estimated 203 matches for "tall".

Did you mean: all
2009 Dec 21
2
a little bug for the function 'sprintf' (PR#14161)
Dear R-ers, I am a gratuate student from South China University of Technology. I fond the function 'sprintf' in R2.10.1 have a little bug(?): When you type in the example codes: > sprintf("%s is %f feet tall\n", "Sven", 7.1) and R returns: [1] "Sven is 7.100000 feet tall\n" this is very different from the 'sprintf' function in C/C++, for in C/C++, the format string "\n" usually represents a new line, but here, just the plain text "\n"! Is it a bu...
2005 Nov 10
4
write.table read.table with Dates
I've found several similar issues with write.table/read.table with Dates on this list, but trying to follow this advice I still get an error. First, I read in data from several files, constructing several date/time columns using ISOdatetime > str(Tall$Begin) 'POSIXct', format: chr [1:40114] "2005-10-02 00:00:00" "2005-10-02 00:00:00" ... > length(Tall$Begin) [1] 40114 > class(Tall$Begin) [1] "POSIXt" "POSIXct" This looks good (time is not always 00:00:00 ...) This data came from several fil...
2011 Jul 22
2
Keyboards
On my new Dell system, it's got a cardreader. More to the point, it's got an idiot menu key... *right* next to the right control key, and just where the annoying keyboard design has it cut down from the oversize space bar ASCII art <ctrl><WinDoze> <tall[ ]<tall<tall<tall <ctrl> Alt>[ tall spacebar ] alt> Win> menu> The result is that just trying to type, I regularly hit the thing. Does anyone have an idea how to disable this forever (if y'all don't, I'm prying the key *off*)...
2009 Oct 23
1
data.frame tall skinny transformation
...? ? ?cell.line ? ? value feature1 5637 -0.568750616 feature2 5637 -0.913080902 feature3 5637 0.442477294 feature1 1321N1 -0.934748758 feature2 1321N1 -0.941455172 feature3 1321N1 -0.257921866 I have tried to do it with for loops but it is very slow. # Make Feature data tall skinny tsFeatures = c() tsCellLines = c() tsValues = c() for(aFeature in as.character(featureData$feature)){ print(aFeature) for(cellLine in cellLines){ tsCellLines = c(tsCellLines, as.character(cellLine)) tsValues = c(tsValues, as.numeric(subset(featureData, fe...
2006 Jul 16
2
Can scaffold do tall tables instead of wide?
...there a parameter I can use with scaffolding or a hack to get the header cells along the left side of the table instead? I''m eventually going to generate scaffolds then do some design on them using Dreamweaver and wish there was an easy way to convert the default wide table layouts to tall as a starting point. Thanks, DAN -- Posted via http://www.ruby-forum.com/.
2011 Sep 07
1
Reshaping data from wide to tall format for multilevel modeling
Hi, I'm trying to reshape my data set from wide to tall format for multilevel modeling. Unfortunately, the function I typically use (make.univ from the multilevel package) does not appear to work with unbalanced data frames, which is what I'm dealing with. Below is an example of the columns of a data frame similar to what I'm working with: ID...
2003 Dec 09
0
AW: Tall tale of woe....
...ge was at 14. For now I'm waiting for the next time it happens to get some more information. Best regards, Reiner -----Urspr?ngliche Nachricht----- Von: Ross McInnes (Systems) [mailto:sysrm@stvincent.ac.uk] Gesendet: Dienstag, 9. Dezember 2003 16:34 An: samba@lists.samba.org Betreff: [Samba] Tall tale of woe.... For the last year or so i have been having problems in general with samba (various versions) on the same box. Dell 2500 Xeon 1.8 with 2gb of ram running Redhat 8. What will happen from time to time (although its now happened 3 times in the last 5 days, hence this email) is peo...
2006 Apr 27
4
effect.SlideDown question
Hello, I want to have my box that I''m sliding down hidden when I start and then slidedown to 100px. What is the best way to do this? I don''t see anything on the wiki about it. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 ::
2005 Jun 13
0
Problems Migrating password and group info to ldap
...es not create the possix information. note: Everything was setup with configure.pl scripts from IDEALX and smbldap-tools Does anyone have some advice for me about how to make this migration as trasnparent as possible? smb.conf - testparm no problems smb.conf file [global] workgroup = TALL netbios name = TALL-PDC # enable privileges = yes interfaces = 192.168.1.122 username map = /etc/samba/smbusers server string = Samba Server %v security = user encrypt passwords = Yes min passwd length = 3 obey pam restrictions...
2005 Jul 06
3
Incoming 800-number over IAX - first few words are cut-off
...m Teliax and I'm experiencing the large packet loss on connection. When a call comes in there is no ring tone and the first few words of the welcome message are cut off, regardless of the delay I set. Standard call (not 800-number) coming over IAX with the same provider works just fine only the tall free number. So it seems there are some packet loss only at the beginning, as the call quality sounds just fine, even when I compile something and CPU is at 99% use, there is no packet drop during conversation only on connection of tall free number. -- #Joseph
2010 Mar 11
0
Different results for different order of factor levels?
...(). Shown below is a set of code used to get the coefficients for two different orders of factor levels. THE CODE USED TO GET THE COEFFICIENTS: #Abbr = Subject #PDSI = covariate #PDSI2 = PDSI^2 (To fit a polynomial) #Set the Level order i.levels<-c("Mixed","Short","Tall","NoType") #I am not interested in this level for my comparison data.sub <- data[which(data$indep != "NoType"),] #Convert the data into factors data$indep<-factor(data$indep, levels = i.levels) #Run the model F <- lme(response~indep+PDSI+PDSI2+indep:PDSI+indep:...
2010 Feb 12
2
Average of a variable against another.
Dear helpers, FYI, I am a beginner of R, just have dealt with MATLAB or JAVA. I want to know how to solve one problem given 4 variables: year_1, year_2, tall_1, tall_2. The tall_1 is measured at year_1 and tall_2 at year_2. The tall has grown up such as uniformly 1 cm/yr. The data is like year_1 year_2 tall_1 tall_2 2007 2010 12 15 1999 2009 6 16 2003 2005 11 13 2002 2009 3 10 . . . . . . ....
2010 Nov 08
2
Several lattice plots on one page
...quot;, xlab="", ylab=""), split=c(2,3,2,4), more=TRUE) print(plot(groupedData(var8 ~ day | all, data = df), main = "var8", xlab="", ylab=""), split=c(2,4,2,4)) dev.off() My problem is that the separate plots all have different sizes. (Some are tall, but very small, or the other way around. The target is to have equally tall and wide graphs. (The variables have different scales. Grouping does not work.) Optimally, the plots would use the complete pdf page. Any ideas how to adjust height and width? Best Marcus
2013 Nov 25
6
lustre on debian
Since in Linux we are mostly a debian shop we''d like to stick with debian for our calculation nodes if possible. So I wanted to ask the lustre 2.2 instructions for Debian are they more or less relevant to lustre 2.4/2.5 or am I going headlong into a tall brick wall. Also are newer clients backwards compatible with older server software? I am currently just setting up a demo environment and don''t know what version of lustre the vendor will install on the full fledged version yet (though I hope they''ll go with 2.4/2.5). Thanks, E...
2010 Mar 16
3
boxplot, vertical position of x-axis labels
...rtical position of my x axis labels.. boxplot(c(1:12)~c(rep("1",6),rep("2",6)),at=c(1,2), col=c(0,"grey"),las=1,xaxt="n") ### i put paragraphs in the x-labels because of limited horizontal space axis(1,at=c(1,2),adj=1,labels=c("Salix Scrub","Tall Forb")) ...the labels are one line above usual position and cross the tickmarks and i don't know how to get around this. can anyone help with this? thanks in advance. kay -- View this message in context: http://n4.nabble.com/boxplot-vertical-position-of-x-axis-labels-tp1594857p1594857...
2005 Jan 25
2
Tall free number via FWD over IXA2
I've setup my IAX2 over FWD and it is working I can receive a test call and I can call out. Though I cannot figure out how to dial 1-800 numbers over FWD When I dial 1-800 it hangs up on me. Here is a typical session: Called xxxxx:xxxxxxx@iax2.fwdnet.net/18007425877 -- Call accepted by 65.39.205.121 (format ULAW) -- Format for call is ULAW -- Hungup
2003 Dec 09
3
Tall tale of woe....
For the last year or so i have been having problems in general with samba (various versions) on the same box. Dell 2500 Xeon 1.8 with 2gb of ram running Redhat 8. What will happen from time to time (although its now happened 3 times in the last 5 days, hence this email) is people will be slow to log in, if at all. Several things appear to happen. The main one is that a smbd process which
2013 May 03
3
color by group in ggplot
...C B2 1 3 DD C1 1 2 EE I would like to plot the points of Var1 and Var2, use "ID" as X-axis, but color the points by "Group". I can only manage to color the points by "ID" after transform the dataset to "tall" using "reshape" package. Thanks for your help! [[alternative HTML version deleted]]
2006 Apr 30
8
format numbers as words
Does anyone know if there is a function available which can format any entered number as words? eg: ''1234'' would be ''One Thousand Two Hundred and Thirty Four'' In the past, I would have said this is a tall order, but from what I''ve seen with playing with rails for a short time, I don''t know what to expect. :) Thanks for any help, Damien -- Posted via http://www.ruby-forum.com/.
2005 Oct 04
1
lmList error message
...= singular.ok, ...) : NA/NaN/Inf in foreign function call (arg 4)" I'm not able to understand what it means. Could anyone help me with it? Thanks all in advance. Kevin ### commands and output ### ########################## lm.S <- lmList(Log2CM ~~ Strain | reporterID, data=data.tall, pool=F) > length(levels(data.tall$reporterID)) [1] 6513 > levels(data.tall$Strain) [1] "WT" "KO" >datatall[1:20,] Log2CM reporterID Strain 3.430192973 IMAGE:1260690 KO 6.420003752 IMAGE:481703 KO -2.135514971 IMAGE:1432976 KO -2.321928095 IMAGE:959862 KO 1.370837695...