search for: retunr

Displaying 11 results from an estimated 11 matches for "retunr".

Did you mean: retun
2002 Oct 16
0
peaks
...fooling around with this peaks function of yours/Ripley > and don't seem to get the main idea. > > What I intend to do is locate the peaks in a vector and later use thes > values. So the position of the peaks would be of great interest. > > My questions: > * Why does peak retunr a smaller vector? it gives you a shorter vector due to span value. The greater the span value the shorter resulting vector. > * How can I correct for it to correctly locate the peaks? use odd numbers for span - 3,5,7.... x<-c(1:44,103,46:75,103,77:100) > x.t<-peaks(x,21) > seq(al...
2005 Jun 07
0
about tables
...ke a contingency table that relates a categorical data with a numerical data. They are the frecuency of visit to a place with the ages of those people, but I need to summarize the age into intervals that outcomes from a Histogram. For instance, "hist" function with $breaks and $counts retunrs the intervals limits and frecuency of data into each interval. Frecuencia (Frec) Edad(Age) 15-20 20-25 25-30 30-35 Todos los d??as Entre 4 y 5 veces por semana 2 veces por semana Entre 1 y 3 veces al mes Primera vez Sin respuesta Thanks a lot for your help Adri??...
2010 Apr 15
0
Automating searching text for key words
...lect.WebAdd<-sub("[[:blank:]]", "", Select.WebAdd) WordData_[[i]]<- scan(url(Select.WebAdd), what = "character") } #Define words to look for SearchWords_ <-c("Bush","actor") #Create lists to store retunred values WordDataResults_<-list() AllWordDataResults_<-list() WordDataResults_<-list() for(i in 1:length(WordData_)){ for(j in 1:length(SearchWords_)){ #Loop through all transcripts searching for each of the words in the search list WordData.X <- sub(paste("&qu...
2003 Apr 27
0
Radius app ?
...several ways to deal with radius stuff. Straight auth checking & for those with calling card applications stop and start recording. Even the situation of restricting to one call at a time could be done so theft of time doesn't occur. basically.. send to radiusauth(variable1,variable2) retunrs auth (yes/no) send to radiusstart(variable1,variable2) returns auth yes/no returns number of minutes (being number of minutes or charge units left) send to radiusstop(variable1,variable3) variable1 = session-id (identifying user) variable3 = number of units used Gary .
2004 Oct 18
3
ogg_packet -> ogg_page
hi, in my quest to grok ogg i tried to write a small program which extracts ogg_packets, and stuffs them back into ogg pages (which are then written to a file). extracting the packets works fine, but i have problems stuffing them into a new ogg stream. pseudo code: ogg_stream_init(os, serialno) foreach p in packets: ogg_stream_packetin(os, p) // try to extract a page
2013 May 02
0
modMCMC runs in FME package
...(0.06,18))/c(0.04,6))^2 )) final <- modMCMC(p = c(k=0.06,v=18), f = obj, prior=prior,lower=c(0.0001,0.1),jump = NULL, niter = 1000,updatecov=100, wvar0 = 1,var0=NULL,burninlength = 50) summary(final) plot(final) the values for "observed" were generated with k=0.05, v=20, which are the retunrs I expect from the modMCMC run. Please comment on:   1. is there any way to get modMCMC to run multiple times faster with this data? 2. my accepted number of runs is very low. Is there a way to increase that? 3. any thoughts on improving convergence? 4. at times I only have one or two "observe...
2014 Sep 18
0
configure bind to use with samba
Hi Im with a problem appeared when windows clients logins into my domain. I discovered how after to change the password in a user, the machine seems to be out from domain. Exactly retunrs this error "rpc_server/srv_netlog_nt.c:_netr_ServerAuthenticate2(546) _netr_ServerAuthenticate2: netlogon_creds_server_check failed. Rejecting auth request from client " Looking what can happen I discovered this thread https://lists.samba.org/archive/samba/2013-June/174085.html Seems...
2009 Aug 09
4
Diablo 2 - Incommum problem (even starts the installer!)
Guys There is the problem: I put the CD into the drive, the system mount it, i go to the terminal and type (two click and notting happens into the nautilus): wine installer.exe and the wine give me this error: wine: could not load L"E:\\installer.exe": Module not found How i f this? i've tried making iso images with the brasero, and with the magic iso (windows), and mount it
2011 Dec 01
3
round to specific intervals
Dear R users/helpers, I am wondering is there an existing function in which you can round numbers to a set of values. I know you can use 5 * round(x/5) for rounding to the nearest 5 or so, but what if the interval size is not constant. For example: ## Not run test <- rnorm(100) round(test, c(1, 5, 10, 20, 50)) so that the test is rounded to the closest value in the vector. Thanks for the
2005 May 31
2
plane3d
I am attempting to fit a logistic regression plane to a 3-D scatterplot (which was generated using scatterplot3d). I've noticed that the help pages of scatterplot3d include a function titled "plane3d." However, when I attempt to use the function, I get the following message: Error: couldn't find function "plane3d" I've searched the archives and found no
2007 May 07
0
Games probel (Asterix XXL, Lord of the Rings)
...ered err:ole:CoGetClassObject no class object {ef985e71-d5c7-42d4-ba4d-2d073e2e96f4} could be created for context 0x3 fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE fixme:winmm:MMDRV_Exit Closing while ll-driver open when trying to start The Lord of the Rings - Retunr of the King, I get this message: igs tm$ wine ROTK.exe libGL warning: 3D driver claims to not support visual 0x4b wine: Unhandled page fault on read access to 0xffdff020 at address 0x3716df (thread 000d), starting debugger... Unhandled exception: page fault on read access to 0xffdff020 in 32-bit...