search for: repetions

Displaying 20 results from an estimated 59 matches for "repetions".

Did you mean: repetion
2008 May 07
6
help with the unique function
Hi, The unique function is easy to understand and use. Beyond that, I want to get also the frequency of repetition of each individual row in a data frame Let me explain with an example : x<-data.frame(a=c(1,2,3,1,2),b=c(2,3,4,2,3),c=c(10,20,30,10,20)) xu<-unique(x) We have, > x ? a b? c 1 1 2 10 2 2 3 20 3 3 4 30 4 1 2 10 5 2 3 20 > xu ? a b? c 1 1 2 10 2 2 3 20 3 3 4 30 I want to get
2005 Jul 21
3
Stupid hold music
Does anyone have a collection of stupid hold music? Y'know, the sort of thing that would drive a person mad? Silly songs, repetative tunes etc? The best I can come up with is; I know a song that drives everyone up the wall I know a song that drives everyone up the wall I know a song that drives everyone up the wall And this is how it goes I know a song that drives everyone up the wall I
2003 Nov 07
2
Differents config files
Hi! I am trying to know well asterisk. For that I would like to know the exact role for each config file. Can someone tell me what is the role of the next ones or a web where I could find this information? That will be very helpful. - alsa.conf - enum.conf - modem.conf - modules.conf - oss.conf: what is oss? - parking.conf: what is parking? - rpt.conf: what is radio repeter? - queues.conf -
2003 Dec 27
1
Heads up: Does this affect FreeBSD's tcpdump?
Subject: user/3610: repetable tcpdump remote crash Resent-Date: Sat, 20 Dec 2003 08:55:02 -0700 (MST) Resent-From: gnats@cvs.openbsd.org (GNATS Filer) Resent-To: bugs@cvs.openbsd.org Date: Sat, 20 Dec 2003 16:42:25 +0100 (CET) From: venglin@freebsd.lublin.pl Reply-To: venglin@freebsd.lublin.pl To: gnats@openbsd.org >Number: 3610 >Category: user >Synopsis: repetable
2013 Feb 06
2
Omitting repeated occurrence in a string
Hello again, I was looking for some way on How to delete repeated appearance in a String. Let say I have following string: Text <- "ahsgdvasgAbcabcsdahj" Here you see "Abc" appears twice. But I want to keep only 1 occurrence. Therefore I need that: Text_result <- "ahsgdvasgAbcsdahj" (i.e. the first one). Can somebody help me if it is possible using some R
2008 May 03
5
Need some help in reducing my repetions in tests with Mocha
Hi All I''m writing a gem to interact with the todoist JSON API and I''m using mocha to mock the server responses so I don''t have to have a net connection to test and so I don''t need to actually use my own API key anywhere. Mostly I am interested in verifying that a correctly formatted URL has been sent, with the appropriate parameters, e.g API key have been
2012 Aug 03
2
how to identify values from a column of a dataframe, and insert them in other data.frame with the corresponding id?
Hello, I’d like to do next, see if you could help me please: I have a csv called “datuak” with a id called “calee_id” and a colunm called “poids”. I have another csv called “datuak2” with the same id called “calee_id”, (although there are “calee_id” that are in “datuak” but not in “datuak2” and inverse), and a column called “kg_totales” in which the values are repeteated for each calee_id
2005 May 25
13
Cisco 7960 Firmware help please.
Was in the process of upgrading a 7960 to SIP and in advertently applied a skinny image (P003G302.bin), now no matter what i put in OS79XX.TXT and OS7960.TXT it simply wont upgrade. The phone is pulling down OS79XX.TXT from my TFTP server but then goes on to repetedly ask for SEP<MACaddr>.cnf. Help!! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 06
1
MuSe problem
I cannot connect MuSe (using line in) to my icecast server. I get thoses messages repeting : Internal buffer inconsistency. flushbits <> ResvSizebit reservoir error: l3_side->main_data_begin: 1640 Resvoir size: 1792 resv drain (post) 5 resv drain (pre) 0 header and sideinfo: 120 data bits: 679 total bits: 804
2004 Aug 06
1
Propping up liveice
lundi 27 mai 2002, 07:27:32, Akos Maroy a écrit : > Matt Boersma wrote: >> on the average of every couple weeks. I tried darkice, but it doesn't >> deal with lame correctly. So I wrote a script to resurrect liveice when > Could you elaborate on this? In what respect does darkice not deal with > lame correctly? Personnally I have those error messages repeting with
2004 May 09
1
need help: regression models
hello, I am working with some data which i would like to find the best fit model for them. First, this data are in a matrix. Each of the columns are treatments and the raws are repetions for the each tratment. So, i've already maden one chart with all the boxplot graphic, for each treatment. Now, i need to find the best fit model for them, i know that exponetial or log model would be perfect in this situation (both can help me) Therefore, i need to find the best exponential m...
2003 Mar 11
0
Interrater and intrarater reliability
Dear R users The following function is R code for the main compuations in the article: M. Eliasziw, S Lorraine Young, M Gail Woodbury and Karen Fryday-Field (1994): Statistical Methodology for the Concurrent Assessment of Intrarater and Intrarater Reliability: Using Goniometric Measurements as an Example. Physical Therapy 74 (8); 777-788 The function gives the estimated inter- and intrarater
2011 Jun 09
1
Trying to make code more efficient
I have a repetative task in R and i'm trying to find a more efficient way to perform the following task. lst <- list(roots = c("car insurance", "auto insurance"), roots2 = c("insurance"), prefix = c("cheap", "budget"), prefix2 = c("low cost"), suffix = c("quote", "quotes"),
2008 Oct 24
1
Repetitive correlation test
Dear all, Through the following code, I wanted to perform correlation test repetedly (through loop) on different combinations of variables of a data set. Code: x=read.table("sample.txt",header=T,sep="\t") out="corout.txt" sink(out) nm = names(x) print(nm) nvr=3 # nvr=Total no. of variables in the input data file for (i in 1:(nvr-1)) { for(j in (i+1):nvr) { frm=
2004 May 03
1
A crash (PR#6849)
Dear Sir There is a acces violation erron (Null pointer) when I have done this. This is repetable but not inmutable. 0. I have put the command "library("Rcmdr")" in the .Rprofile 1. Start R, load module Rcmdr, Input a dataset in RCommander, then save the workspace. I can do any analysis now, no crashes, everything works file but when: 2. I start abain R. It comes up with
2006 Dec 10
1
[BUG] Compiz hangs at launch when the focus windows is a swing window
Hello As i have a java project to do i start and stop compiz with gnome-compiz-manager from gandalf and i just tried to relaunch compiz while the swing window was focused and all the interface just freezed. Worse than that it hangs all the interface and the keyboard events are not processed so you can't do anything to kill compiz and start again. But hey i have two computers so i have
2003 Apr 25
1
Creating objects from values in a "meta" dataframe
I am trying to use a meta data set with information about some repetative analysis that I have to do for a variables measured on multiple occasions. I think the best way to explain the problem is by using a simplified example. So here goes: I have a data frame called "meta" say with the following content: Test Min Max Low High APS 0 40 -10 10 TPP 0 120 -8 8 NOS
2005 Jun 27
4
LiveVoip is Bankrupt - Why this thread
I agree with that fact the same questions get posted, but that problem is compounded by the fact the archives are not really searchable. If the were as lease some users would search. The archives need to be fully indexed. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of steve szmidt Sent: Monday, June 27, 2005
2003 Dec 10
4
s/key authentication for Apache on FreeBSD?
I'm constructing a Web server which may require restricted areas of the site to be used from public places where a password might be sniffed. The damage that could be done by taking snapshots of the content from one session with a spy program is minimal. What the owner of the server does NOT want, though, is to allow unauthorized parties to gain unfettered access by stealing the password via
2010 Jun 21
2
[LLVMdev] Why -jit-emit-debug doesn't work with gdb-7.1 ?
On 06/21/2010 11:14, Reid Kleckner wrote: > Yes, I have some version of 7.1 installed on my workstation and it works for me. I repeted what you did step by step and it still doesn't work for me, see log below. Two differences: I am on FreeBSD and it's 32 bit. It's svn revision 105825. Plus I have few unrelated patched applied to it which shouldn't matter. Yuri $ lli