search for: yoooooo

Displaying 17 results from an estimated 17 matches for "yoooooo".

Did you mean: soooooo
2007 Mar 01
3
Simplest question ever...
Let's say i have a = c(1, 4, 5) b = c(2, 6, 7) and i have matrix m, what's an efficient way of access m[1, 2], m[4, 6], m[5, 7] like of course m[a, b] = is not going to do, but what's an expression that will allow me to have that list? Thanks! -- View this message in context: http://www.nabble.com/Simplest-question-ever...-tf3329894.html#a9258932 Sent from the R help mailing list
2007 Aug 31
2
plotting
...1 2 10 12 This doesn't seem reasonable but let's say I want to plot intraday graph with axis.POSIXct, my data is only from 8:30 to 4 every day and I have these data for days.. i don't want to see a straight line every night.. Is there a way I can do this? Thanks!!! -yoooooooooooooooooo -- View this message in context: http://www.nabble.com/plotting-tf4361709.html#a12431743 Sent from the R help mailing list archive at Nabble.com.
2008 May 29
2
creating library
...oo <- function(x){} when I R CMD INSTALL the library, I'm able to see 2 in my unix console.. but when I do library(boo) in R afterwards.. I don't see the 2, but the boo function is there. Is there anyways to have the library to run some initialization code when loading? Thanks! - yoooooooo -- View this message in context: http://www.nabble.com/creating-library-tp17536275p17536275.html Sent from the R help mailing list archive at Nabble.com.
2007 Aug 28
2
Efficient way to parse string and construct data.frame
Hi all, I have this list of strings [1] "1 ,2 ,3" "4 ,5 ,6" Is there an efficient way to convert it to data.frame: V1 V2 V3 1 1 2 3 2 4 5 6 Like I can use strsplit to get to a list of split strings.. and then use say a = strsplit(mylist, ",") data.frame(V1 = lapply(a, function(x){x[1]}), V2 = lapply(a, function(x){x[2]}),.....) but i'm
2007 Jun 28
2
restructuring matrix
Hi all, let's say I have matrix People Desc Value Mary Height 50 Mary Weight 100 Fanny Height 60 Fanny Height 200 Is there a quick way to form the following matrix? People Height Weight Mary 50 100 Fanny 60 200 (Assuming I don't know the length of people/desc and let's say these are characters matrix.. I tried
2007 Aug 11
1
RServe
...lling the process? I run Rserve in a linux box that serves my Java client.. I have a cronjob that runs Rserve every morning. However, I'm killing it at night manually for the moment. Is there a way, given host/port, I can run an R command to properly terminate it?? Thanks a lot in advance!! - yoooooooo -- View this message in context: http://www.nabble.com/RServe-tf4254240.html#a12107680 Sent from the R help mailing list archive at Nabble.com.
2007 Oct 16
1
underdetermined system
...hen say i have: > w <- matrix(c(1, 5), ncol=2) > sw = 2 > qrW = qr(t(w) %*% w) > qr.coef(qrW, t(w) %*% sw) [,1] [1,] 2 [2,] NA but we also have soln (0, 2/5) which obviously has a smaller distance in L2 than (2, 0). Am I missing something very obvious? Thanks a lot!!!! - yoooooooooooooooooo -- View this message in context: http://www.nabble.com/underdetermined-system-tf4634837.html#a13235711 Sent from the R help mailing list archive at Nabble.com.
2008 Apr 02
1
Quickest way to access data.frame?
Hi, I have tried search around this forum for the best way to access a data.frame.. i got the feeling that "no partial match" is the way to make it fast.... so I convert everything to factor.. but I'm still not 100% sure if the following code will do it... is this the fastest way to do something foreach (ID, ID2) pair? Thanks! data <- data.frame(ID = floor(runif(n = 40000, min=0,
2007 Apr 10
1
Memory management
Hi all, I'm just curious how memory management works in R... I need to run an optimization that keeps calling the same function with a large set of parameters... so then I start to wonder if it's better if I attach the variables first vs passing them in (coz that involves a lot of copying.. ) Thus, I do this fn3 <- function(x, y, z, a, b, c){ sum(x, y, z, a, b, c) } fn4 <-
2019 Dec 23
0
Asterisk 13.30.0 Now Available
...bridge (Reported by Kevin Harwell) * ASTERISK-26481 - FILE function grabs garbage along with read data when target line has no newline (Reported by Jonathan Harris) * ASTERISK-28572 - Memory leaks in res_calendar_exchange and res_calendar_icalendar (Reported by Yoooooo Ha) * ASTERISK-28585 - ari/resource_events: Crash in event session cleanup (Reported by Kevin Harwell) * ASTERISK-28590 - utils.c throws repeated warnings; "pthread_attr_setstacksize: Invalid argument" (Reported by Speed Dial Dave) * ASTERISK-28578 - race...
2019 Dec 23
0
Asterisk 16.7.0 Now Available
...rwell) * ASTERISK-28616 - parking: Deadlock when multi call parking (Reported by Joshua C. Colp) * ASTERISK-28423 - ARI causes STASIS Deadlock (Reported by Ross Beer) * ASTERISK-28572 - Memory leaks in res_calendar_exchange and res_calendar_icalendar (Reported by Yoooooo Ha) * ASTERISK-28585 - ari/resource_events: Crash in event session cleanup (Reported by Kevin Harwell) * ASTERISK-28590 - utils.c throws repeated warnings; "pthread_attr_setstacksize: Invalid argument" (Reported by Speed Dial Dave) * ASTERISK-28578 - race...
2019 Dec 23
0
Asterisk 17.1.0 Now Available
...rwell) * ASTERISK-28616 - parking: Deadlock when multi call parking (Reported by Joshua C. Colp) * ASTERISK-28423 - ARI causes STASIS Deadlock (Reported by Ross Beer) * ASTERISK-28572 - Memory leaks in res_calendar_exchange and res_calendar_icalendar (Reported by Yoooooo Ha) * ASTERISK-28585 - ari/resource_events: Crash in event session cleanup (Reported by Kevin Harwell) * ASTERISK-28590 - utils.c throws repeated warnings; "pthread_attr_setstacksize: Invalid argument" (Reported by Speed Dial Dave) * ASTERISK-28578 - race...
2020 Apr 30
0
Certified Asterisk 16.8-cert1 Now Available
...x: hold not cleared when joining a softmix bridge (Reported by Kevin Harwell) * ASTERISK-28616 - parking: Deadlock when multi call parking (Reported by Joshua C. Colp) * ASTERISK-28572 - Memory leaks in res_calendar_exchange and res_calendar_icalendar (Reported by Yoooooo Ha) * ASTERISK-28585 - ari/resource_events: Crash in event session cleanup (Reported by Kevin Harwell) * ASTERISK-28590 - utils.c throws repeated warnings; "pthread_attr_setstacksize: Invalid argument" (Reported by Speed Dial Dave) * ASTERISK-28578 - race...
2020 Apr 30
0
Certified Asterisk 16.8-cert1 Now Available
...x: hold not cleared when joining a softmix bridge (Reported by Kevin Harwell) * ASTERISK-28616 - parking: Deadlock when multi call parking (Reported by Joshua C. Colp) * ASTERISK-28572 - Memory leaks in res_calendar_exchange and res_calendar_icalendar (Reported by Yoooooo Ha) * ASTERISK-28585 - ari/resource_events: Crash in event session cleanup (Reported by Kevin Harwell) * ASTERISK-28590 - utils.c throws repeated warnings; "pthread_attr_setstacksize: Invalid argument" (Reported by Speed Dial Dave) * ASTERISK-28578 - race...
2020 Oct 20
2
Asterisk 18.0.0 Now Available
...x: hold not cleared when joining a softmix bridge (Reported by Kevin Harwell) * ASTERISK-28616 - parking: Deadlock when multi call parking (Reported by Joshua C. Colp) * ASTERISK-28572 - Memory leaks in res_calendar_exchange and res_calendar_icalendar (Reported by Yoooooo Ha) * ASTERISK-28585 - ari/resource_events: Crash in event session cleanup (Reported by Kevin Harwell) * ASTERISK-28590 - utils.c throws repeated warnings; "pthread_attr_setstacksize: Invalid argument" (Reported by Speed Dial Dave) * ASTERISK-28578 - race...
2007 Feb 13
2
Matrix manipulation
Hi, let's say I have this A = matrix(c(1, 2, 4), nrow=1) colnames(A)=c("YOO1", "YOO2", "YOO3") # ie # YOO1 YOO2 YOO3 #[1,] 1 2 4 HELLO <- NULL HELLO$YOO1="BOO" HELLO$YOO2="BOO" HELLO$YOO3="HOO" and I want a matrix that will sum my categorization.. how can I do it efficiently without any loop? #ie BOO HOO
2008 Apr 24
0
logit newbie question...
Hi, I'm new to the glm and logit world... and I'm reading some lecture notes and examples. I would like to try and generate the same result in R.. but I don't seem to be able to find the proper way to specify the formula.... let's say i have Desire Using Drugs Not Using Drugs Yes 219 753 No 288 347 Desire