search for: participant

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

Did you mean: participants
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 121...
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 = ?", rol...
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
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
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 which one). The following example does tha...
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] = "Lea...
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 bu...
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_av...
2023 Aug 08
0
INVITE: SMB3 IO Lab participation at Storage Developers Conference Sept. 18-21, 2023 in Freemont, CA.
...es. During the IO Lab you can directly engage with Windows Protocol Support, Test Suite Development, and members of the Windows development team as well as network with other professionals from all over the world. This IO Lab is held in one large room (open 24 hrs.), giving participants an easy way to interact with both Microsoft professionals and with all other participants and their implementations. If you are reluctant to participate because you feel that your SMB implementation is "not ready", you should still participate! The SMB3 IO Lab is also a...
2023 Aug 08
0
INVITE: SMB3 IO Lab participation at Storage Developers Conference Sept. 18-21, 2023 in Freemont, CA.
...es. During the IO Lab you can directly engage with Windows Protocol Support, Test Suite Development, and members of the Windows development team as well as network with other professionals from all over the world. This IO Lab is held in one large room (open 24 hrs.), giving participants an easy way to interact with both Microsoft professionals and with all other participants and their implementations. If you are reluctant to participate because you feel that your SMB implementation is "not ready", you should still participate! The SMB3 IO Lab is also a...
2009 Mar 19
2
[LLVMdev] GSoC09 potential participant
...this. I understand if you are looking for students who can hit the ground running and contribute immediately to LLVM. I just want to make sure this is the official view of the LLVM team (I could have written that last post myself). Not being familiar with the code base that would disqualify me as a participant. On the other hand, I thought the purpose of GSoC was to bring new people on board and encourage the participation of newcomers on open-source projects. But I may be wrong. Thank you, Rodrigo
2011 Jun 06
1
list demographics
...from men, 15.7% unknown. For new questions, 11.7% were from women, 61.2% from men, 27.0% unknown. Among responses to other people's questions, 2.6% were from women, 92.3% from men, 5.1% unknown. Nine women answered other people's questions, but only two were what I'd consider active participants, offering more than two answers. (Not divided up by separate questions, so could be several replies in one discussion.) For men, 214 answered questions, and 90 offered more than two answers. (Not divided up by separate questions, so could be several replies in one discussion.) Six active partici...
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 occa...
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 appr...
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 talking a...
2012 Nov 05
0
IETF Video codec Birds of a Feather session. Please participate. **TODAY**
...background to be familiar with before participating but it may be useful to read the proposed charter first: http://www.ietf.org/mail-archive/web/video-codec/current/msg00002.html The mailing list for this effort is at: http://www.ietf.org/mail-archive/web/video-codec/current/maillist.html Remote participants are treated as equals in the IETF. They can join the discussion and take the mic by joining the XMPP chat room at xmpp:videocodec at jabber.ietf.org?join (Or via the xiph.org run reflector on irc.freenode.net ##IETF_videocodec) and watch the presentations via streams of the slides and audio. PDFs...
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 participan...
2012 Nov 05
0
IETF Video codec Birds of a Feather session. Please participate. **TODAY**
...background to be familiar with before participating but it may be useful to read the proposed charter first: http://www.ietf.org/mail-archive/web/video-codec/current/msg00002.html The mailing list for this effort is at: http://www.ietf.org/mail-archive/web/video-codec/current/maillist.html Remote participants are treated as equals in the IETF. They can join the discussion and take the mic by joining the XMPP chat room at xmpp:videocodec at jabber.ietf.org?join (Or via the xiph.org run reflector on irc.freenode.net ##IETF_videocodec) and watch the presentations via streams of the slides and audio. PDFs...
2012 Nov 05
0
IETF Video codec Birds of a Feather session. Please participate. **TODAY**
...background to be familiar with before participating but it may be useful to read the proposed charter first: http://www.ietf.org/mail-archive/web/video-codec/current/msg00002.html The mailing list for this effort is at: http://www.ietf.org/mail-archive/web/video-codec/current/maillist.html Remote participants are treated as equals in the IETF. They can join the discussion and take the mic by joining the XMPP chat room at xmpp:videocodec at jabber.ietf.org?join (Or via the xiph.org run reflector on irc.freenode.net ##IETF_videocodec) and watch the presentations via streams of the slides and audio. PDFs...