search for: possibilty

Displaying 20 results from an estimated 79 matches for "possibilty".

Did you mean: possibility
2012 Feb 01
6
While loop working with TRUE/FALSE?
Hi R users, is there any possibilty that a while loop is working like that: z <- c(0,1,2,3,4,5,6,7,8,9) r <- 7 while(w == T) { for ( i in 1:10 ){ w <- r == z[i] print(w) } } The loop should stop if w == TRUE best regards -- View this message in context: http://r.78...
2004 Jul 26
3
Read SPSS data (*.sav) in R 1.8.0 (ok) and R1.9.1(error)
Hallo! I read SPSS data in the following way: library(Hmisc) library(foreign) dat<-spss.get("surv_abb.sav") In R1.9.1 I got the message: "Error in all(arg == choices) : Object "typeDate" not found" In R1.8.0 the same script works fine. Does anybody know a possibilty to read a SPSS file under R1.9.1? Thanks! Karl
2003 Oct 30
6
Info on UK ISDN30e?
...t - I see the first mailing list post in November 1999... when did the project start, and when was it first usable as a simple PBX? Finally, are my options for handsets limited to IP phones via Ethernet, or analogue phones via a channel bank (and then to another Digium E1/T1 card), or is there the possibilty to re-use proprietary handsets from a previous PBX? Cheers, Gavin.
2010 Jun 27
2
floating point in single precision
Hello, is there a possibilty in R to convert numbers (double precision, 64bit) into single precision ones (32bit). I need that for compatibility reasons. Until now I call a C application which casts a double to a float. float precision32(double value) { return (float)value; } But I want to use a R only method. What can I...
2006 Jan 09
6
Nil column results, possible to ignore?
For a table "clients" there are city, state, and zip fields. However, for some clients we only have a state with no actual address. The following code throws a "You have a nil object" error when outputting my client list. Is there a way around this, short of writing a specific case for each possibility? &lt;%= client.city + '', '' + client.state +
2002 Jun 20
2
cat output To data.frame.rows ?
Hi, is there a possibilty to get my function output with "cat " as data.frame.rows with variables ? Var1---------------- 8 15 1 3 Var2---------------- 0.170 0.319 0.0213 0.0638 Var3---------------- 83.8 88.6 90 75 Var4---------------- 84.3 84.3 100 83.3 Var5---------------- 62.5 56 20 53.3 function(d...
2009 Nov 24
3
1950's UK rotary dial phone
...nnot dial with the rotary dialer. I have set pulsedial=true or whatever the exact setting is and I can dial from the phone by lifting the receiver and tapping out the number on the hook. However, using the rotary dialer does not work (works fine plugged into my phone line). I have read about the possibilty that the pulse settings may need adjusting in kernel.h in the dahdi driver but I have no idea what to set them to. I have tried tweeking them to various extents but I've not been able to bring it to life yet. Does anyone have any experience getting this to work? Does anyone know the specs fo...
2003 Nov 14
4
LOCF - Last Observation Carried Forward
Hi! Is there a possibilty in R to carry out LOCF (Last Observation Carried Forward) analysis or to create a new data frame (array, matrix) with LOCF? Or some helpful functions, packages? Karl --------------------------------- Gesendet von http://mail.yahoo.de Schneller als Mail - der neue Yahoo! Messenger. [[alternati...
2011 Jul 20
3
Grouping columns
*Hi @ all, I have a question concerning the possibilty of grouping the columns of a matrix. R groups the columns alphabetically. What can I do to group the columns in my specifications? The script is the following:* > #R-Skript: Anzahl xyz > > #Quelldatei einlesen > b<-read.csv2("Z:/int/xyz.csv", header=TRUE) > > #T...
2007 Dec 17
1
How to change dovecot's bounce message
...the system is running into the quota limit, the bounce message reads as follows: > Your message was automatically rejected by Dovecot Mail Delivery Agent. > The following reason was given: > Quota exceeded Can I somehow change this message, to make it more userfriendly? Postfix has a possibilty to change the bounce_template_file. Best regards, Markus
2002 Mar 26
1
process & tracking
Hi, exist a possibilty to work with more than one process like this,or in another way is it possible to start more than one time R (Win2000) and let run the process at one task and work interactive normal with the other.......(but this is perhaps dangeorous , cause of same .RData file) ? while(1) { queryTrack() Sys.s...
2003 May 11
1
simulating data
..for a "unit test" i need a lot of rows in my database, so i simulate. My problem, using Win2k,R.1.7.0, 256RAM is that i'm getting memory-erros go about the 1000.000 border , but i need bigger test data. Ok is approriate buy more RAM, but is there a possibilty simulate a lot of single rows, one after another and between this 2 steps -> Add th row to database and delete them for memory-recover from R ? Many thanks,Christian In example: Nachname <- round(runif(2000000,1,1000000000)) Vorname <- round(runif(2000000,1,1000000000)) PLZ...
2005 Jul 11
1
choice of graph
Hi, It's about 2 weeks that I think about a graph to translate my datas. But I don't have an really idea. I 'm going to expose you my problem: I have a questionnaire with 15 questions and you have more possibilties to answer to these. For example: The trainer is competent: Yes No I have learn a lot at the training: Bad Quit bad Medium Good Quit
2005 Aug 22
1
vectors of different length in a matrix
HI! I?ve 3 vectors of different length (a,b,c) and want to arrange them in a matrix a,b,c as rows and the figures of these vectors in the columns (with that matrix i want to calculate a distance between thes vectors - vegan - vegdist - horn). Is there a possibilty to create such a matrix and to fill up the missing fields with NA?s automatically???? Thanx marten winter -- *Marten Winter* ___________________________________________________________________________________________________________________________________ UFZ - Umweltforschungszentrum Lei...
2003 Dec 12
1
How to take over ringing calls
Hi all, I searched through the archives, but found nothing... Is there a possibilty, to take over a call ?? I have for example two extensions.. 102 and 103.... if 102 is ringing, but noone one the desk, I want, that 103 can answer this call on his phone, by just typing some digits... has someone such a setup running, and perhaps some hints for me ??? Thanks in advance.... -...
2009 Jul 15
1
How to limit memory reported to a program?
...at there isn't enough working memory (out of memory error). Actually, there is too much of it. With Windows itself, I can fix it by adjusting the FileCache entry in the system.ini (see http://support.microsoft.com/?scid=kb;en-us;253912). Unfortunately, this won't work with wine. Is there a possibilty in wine to give an application less memory to work with? Did anyone succeed in making write.exe run with wine?
2005 Dec 09
1
Advanced Winbind questions
...there any possibility to turn the loginname to lower case letters? 2. The ActiveDirectory contains a lot of groups from different Organisation Units in our Company. I want only some of the groups to be able to login. Is it possible to tell winbind which users are able to login? 3. Is there any possibilty to tell winbind or Linux where to store a users homedirectory? Where is this Information stored if winbind is used? Thanks in advance regards Ansgar
2007 Nov 27
1
routing
...y site uses subdomains to define an item. Eg http://itemname.mysite.com I fetch the itemname and render the appropriate site from that itemname. The subdomain is used everywhere (eg http://itemname.mysite.com/events, http://itemname.mysite.com/products/show/11, ...) I now want to give the user the possibilty to use a ''real'' domain like www.itemname.com that should result in the same site as http://itemname.mysite.com . When the user goes to www.itemname.com I don''t want to redirect him to http://itemname.mysite.com. I want to use the ''real'' domain (eg http:/...
2011 Oct 27
1
plotting large time series
hello, I got a problem with plotting large time series, since I want to store the results in a .PDF file (I want to store several pages of plots). The PDF files get too large to be handled (> 10MB, one was even 200MB big). So I wonder, if there would be a possibilty to either - reduce the file size of the PDF - change the way the plot is generated to reduce the plot size? I use: plot(myDate,myFile[,1],type="l",xlab="Date") using myts = as.ts(start=myDate[1],end=myDate[length(myDate)],x=myFile[,1]) plot.ts(myts,xlab="Date") prod...
2001 Mar 05
2
[REPOST] Help me: ipmasqadm and default gatway...
Excuse me form reposting the quesiton, but I didn''t find any solution. Any suggestion is welcome Hi, I''m running a Debian 2.2r2 on a university server with 3 public ip o(1.1.1.1 2.2.2.2 and 3.3.3.3 on one ethernet card (but soon we will have three cards). There''s a tunnel (implemented with vtund on a tun interface with local address 192.168.1.10 and remote