Displaying 20 results from an estimated 4229 matches for "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 0 1 5 2.10772
147 0...
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 = ?",
role...
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 that...
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] = "Leag...
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 bug? Please advise.
--
Regards,
Ahmed Munir Chohan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/201...
2009 Jan 10
0
RMySQL CREATE TABLE error
Hi all-
I am stumped. The code in A. returns errors at lines 14 and 15 and fails
to load series1 and series2. However, in B., if temp1 and temp2 are
called again (which returns a "Table exists" error; see lines 14-17 in
B.) series1 and series2 load correctly. Any ideas? Also-I am open to any
suggestions to improve the code as I am a horrific programmer. Thanks
A.
1 >
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 d...
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 d...
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 you are
looking for students who can hit the ground
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 particip...
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 occas...
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 appro...
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
again, scenario 1 is repeated as if the echo state has been re-initialized
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 o...
2006 May 23
0
Possible with lm() or glm()?
...ach means that for any
participant there are 40 2afc trials in which the independent
variable varies at random from differences of 0 to some large
absolute difference. The problem is that that because of the random
construction of the pairs there is no consistent variation in the IV
over participants (e.g., some participants contribute a high
frequency of judgements on small difference pairs, others on large
difference pairs, etc.). What I want is the relationship between the
IV (pair differences on the metric measure) and 2afc accuracy, with
the variation due to the random assignment...
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 o...
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 o...