search for: particip

Displaying 20 results from an estimated 4210 matches for "particip".

Did you mean: partici
2007 Dec 02
3
Help with a Loop
I am having trouble getting a loop to work for the following problem. Any help would be much appreciated. Thanks. I need to find the slope and intercept from the linear regression of Drug Level on Day by Participant. There are a total of 37 Participants. I need to store the Participant, Label, Slope, and Intercept in a new data frame. This data is ordered by Participant number 37 total participants. A sample of the data is given below. Label Participant Day DrugLevel 17 0 1 15 1.84179 1...
2009 May 12
4
has_many :through and scopes: how to mutate the set of associated objects?
...d RoleType, making it possible to express facts such as "Clint Easterbunny is director of the movie Gran Milano". The relevant model and associations look like this class Movie < ActiveRecord::Base has_many :roles, :include => :role_type, :dependent => :destroy has_many :participants, :through => :roles, :source => :person do def as(role_name) self.scoped( :joins => ''CROSS JOIN role_types'', :conditions => [ "(roles.role_type_id = role_types.id) + " AND role_types.name = ?",...
2007 Nov 15
2
Trouble using should_receive
I have this code trying to ensure my reset method works. I want to make sure all the participants have their destroy method called. # in my spec for Room r = Room.new(:name => ''bob'') r.save p = Participant.new(:login => ''a'', :password => ''b'', :password_confirmation => ''b'') p.room = r...
2004 Feb 23
1
Samba server participating in MSDFS?
I've been reading through a lot of documentation and haven't found the answer to this question. I'd like to setup a DFS Root on a Win2K3 server with some Samba server shares participating as replica links. Is this possible? I've got the shares setup on the Samba servers and have no trouble accessing them from windows computers. I tried to setup the links on the Win2k3 server, but the Samba shares are X'd out, meaning they cannot participate in replication. The error tha...
2012 Dec 22
1
how to control the naming of factors in regression
Dear R listers, I am regressing an ordered variable over an ordered independent variable using polr. The output lists every level of the ordered independent variable repeating its name and adding a suffix. In my case my variable is called "o.particip" and in my regression table I get the following: o.particip.L o.particip.Q o.particip.C o.particip^4 o.particip^5 o.particip^6 Is there any way to control the way R name the levels? I'd like each level to be consistently identified (either numbers or letters) and preferably I'd...
2012 Mar 14
4
Merging fully overlapping groups
Hi, I have data on individuals (B) who participated in events (A). If ALL participants in an event are a subset of the participants in another event I would like to remove the smaller event and if the participants in one event are exactly similar to the participants in another event I would like to remove one of the events (I don't care whic...
2008 Feb 15
3
Destroy, dependent and performance
...ework. I was testing one app I''m working in and I had some problems with destroying. The code is simple (and maybe wrong, as I said i''m just learning!). When you destroy a league, you send a message to all the users associated to this league. def destroy name = @league.name participants = @league.participants if @league.destroy for participant in participants @message = Message.new(:title => "blabla",:text => "blabla", :receiver_id => participant.id, :user_id => @user.id) @message.save(false) end flash[:notice] = "...
2015 Jan 06
0
Participant unable to hear other participants in ConfBridge
Hi All, The issue appearing at the random for confbridge module i.e. in some cases if a participant joins the confbridge, he/she unable to hear others which make him/her to hangup the call and redial the bridge again. By joining the bridge second time, participant able to hear the other participants. Any ideas which may causing this issue? As Asterisk version I'm using is 11.2.1. Is it a...
2009 Jan 10
0
RMySQL CREATE TABLE error
...library(RMySQL) 2 > library(psych) 3 > drv=dbDriver("MySQL") 4 > con = dbConnect(drv, user="tsgcst", password = "sOy9Nays", dbname="tsgcst", host="db.ci.uchicago.edu") 5 > dbListTables(con) [1] "TS_descript_spec" "participant_TS_descript" "snr_adultsTS1" "snr_adultsTS2" "time_series_small" "tvalFDR_small" 6 > temp1 <- paste("CREATE TEMPORARY TABLE MyTemporaryTable1 SELECT * FROM time_series_small WHERE participant = '005...
2023 Aug 08
0
INVITE: SMB3 IO Lab participation at Storage Developers Conference Sept. 18-21, 2023 in Freemont, CA.
Hi Samba-people, Arnold Jones, Technical Council Managing Director or the Storage Network Industry Association (SNIA) asked me to forward this invitation to anyone who would like to participate in the SMB3 IO Lab. --------------------------------------------------------------- Hi Samba Developers, Presentations are only part of what is going on at the SNIA?s 2023 Storage Developer Conference, September 18-21, Fremont, CA. The SNIA SMB3 IO Lab is also an integral part...
2023 Aug 08
0
INVITE: SMB3 IO Lab participation at Storage Developers Conference Sept. 18-21, 2023 in Freemont, CA.
Hi Samba-people, Arnold Jones, Technical Council Managing Director or the Storage Network Industry Association (SNIA) asked me to forward this invitation to anyone who would like to participate in the SMB3 IO Lab. --------------------------------------------------------------- Hi Samba Developers, Presentations are only part of what is going on at the SNIA?s 2023 Storage Developer Conference, September 18-21, Fremont, CA. The SNIA SMB3 IO Lab is also an integral part...
2009 Mar 19
2
[LLVMdev] GSoC09 potential participant
Hi, I am a PhD student interested in participating in GSoC09. Being compilers my area of research, LLVM had got my attention until I read this last post: http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-March/021060.html I would like if one of the official LLVM Developers (http://llvm.org/developers.cgi) could confirm this. I understand if yo...
2011 Jun 06
1
list demographics
Hi all, I got curious about something, so in proper scientific fashion I obtained some data and analyzed it. Question: what is the female participation in the R-help email list? Data: the most recent list postings, obtained from the website. I took my best shot at classifying the names given in the email header as male/female, but ended with a fair number of unknowns. This dataset had 2797 list messages, in 895 questions. 1501 messages were...
2009 May 18
1
error in importing text files
...s, na.strings, : line 16 did not have 8 elements So, I would like to resolve the error first, and then ultimately accomplish the goal outlined below. I understand that my ultimate goal may require multiple steps. I am open to that. First, a little background: Data were collected from 107 participants on palm pilots. Participants were randomly beeped 5 times throughout the day for 5 days resulting in a total of 25 measurement occasions. Participants responded to beeps only when they were able to (not in class, driving, etc). Thus, most participants completed far less than 25 measurement o...
2007 Nov 28
1
question about warning message in nlme model
I am writing to inquire about a warning message that I receive when trying to model a random slope and intercept at the second level of a 3-level model. Specifically, I am testing a 3-level model in which time (WEEK) is nested in participants (PARTICIP) and participants are nested in dyads (DYADID). The goal is to examine how an interpersonal style (CORUMTO) one week predicts changes in depression the following week (BDIAFTER) controlling for levels of depression (BDI) from the previous week. I have approximately 80 dyads and a...
2010 May 10
6
AEC - Echo is cancelled however.....
1) Everytime a participant speaks there is a echo for a short duration (maybe a word or two) but as the participant continues to speak without a any break the echo is 95% cancelled (i.e there is a feeble echo still present if observed very carefully). 2) The moment the participant stops / pauses speaking and start talkin...
2012 Nov 05
0
IETF Video codec Birds of a Feather session. Please participate. **TODAY**
Today at 17:40-19:40 Eastern Standard Time (22:40-00:40 UTC) the IETF will be holding a Birds of a Feather session to discuss creating a working group for developing a next generation video codec for Internet use. Remote participation is open to everyone. This would be an effort somewhat similar to what we used to create the Opus audio codec. The IETF provides an open standardization process and uniform IPR disclosure rules which are beneficial for a royalty free effort. Anyone interested in next generation video work can...
2006 May 23
0
Possible with lm() or glm()?
HelpeRs, I have what amounts to a stupid design---entirely my fault, but it seemed like a good idea at the time. Every participant in the experiment receives a series of a two-alternative forced-choice (2afc) pairs generated at random from a pool of items that make up the pairs. The independent variable of interest is the difference in the 2afc pairs on a metric measure to predict 2afc accuracy. For each partici...
2012 Nov 05
0
IETF Video codec Birds of a Feather session. Please participate. **TODAY**
Today at 17:40-19:40 Eastern Standard Time (22:40-00:40 UTC) the IETF will be holding a Birds of a Feather session to discuss creating a working group for developing a next generation video codec for Internet use. Remote participation is open to everyone. This would be an effort somewhat similar to what we used to create the Opus audio codec. The IETF provides an open standardization process and uniform IPR disclosure rules which are beneficial for a royalty free effort. Anyone interested in next generation video work can...
2012 Nov 05
0
IETF Video codec Birds of a Feather session. Please participate. **TODAY**
Today at 17:40-19:40 Eastern Standard Time (22:40-00:40 UTC) the IETF will be holding a Birds of a Feather session to discuss creating a working group for developing a next generation video codec for Internet use. Remote participation is open to everyone. This would be an effort somewhat similar to what we used to create the Opus audio codec. The IETF provides an open standardization process and uniform IPR disclosure rules which are beneficial for a royalty free effort. Anyone interested in next generation video work can...