similar to: How to work out 3-way probabilities

Displaying 20 results from an estimated 200 matches similar to: "How to work out 3-way probabilities"

2006 Apr 07
5
Confusion about has_many / belongs_to ...
I have a table called players and its model Player, and I have a table called games and its model Game. In the games table I have: player1_id int(11) player2_id int(11) I want the tables to be associated so that I can access the player objects using table.player1 and table.player2 rather than having to lookup the objects based on the ids. I am not sure how to go about this but I suspect I
2001 Sep 17
1
autoconf cleanup for AC_FUNC_GETPGRP and GETPGRP_VOID
> From: Akim Demaille <akim at epita.fr> > Date: 17 Sep 2001 11:22:19 +0200 > > | 2001-09-16 Tim Van Holder <tim.van.holder at pandora.be> > | * lib/autoconf/functions.m4: (AC_FUNC_GETPGRP) Don't rely on > | setpgrp() being present. I looked into that problem a bit more. Several programs use AC_FUNC_GETPGRP and GETPGRP_VOID, including Bash, Gawk, and
2006 Apr 25
3
ZFS quotas & zoned datasets
I''m seeing some unexpected and strange behaviour with respect to quotas and zones. Initially I set things up with no quota on the data set that as delegated to the zone. Then as the local zone admin I created a new child dataset and set a quota on that. Now the global zone admin attempts to quota the delegated dataset, and it appears to work but.... global zone=pingpong local
2007 Sep 26
1
Youtube broken by 89d295a94
Hello! The current swfdec from git won't play videos on youtube. I had bisected the change. 8fc53e76 ("merge the too get_variable functions") is the last good revision. 89d295a94 ("implement swfdec_action_get_movie_by_path() and use it for GetVariable") is broken. Broken revisions show "share" and "watch" on blinking white background with two labels
2011 Jun 01
0
Memory management
I am trying to run a very large Bradley-Terry model using the BradleyTerry2 package. (There are 288 "players" in the BT model). My problem is that I ran the model below successfully. WLMat is a win-loss matrix that is 288 by 288 WLdf<-countsToBinomial(WLMat) mod1<-BTm(cbind(win1,win2),player1,player2,~player,id="player",data=WLdf) Then I needed to run the same model
2002 Mar 20
5
inverted axis
Hello everybody! Spse I have the following X <- seq(1:100) #(a dim(100) sequence of integers 1:100 representing the possible actions of player 1 and player2 in a game) BR2X<- br2(X) #(a dim(100) sequence of points on range (1,100) representing the best response function of player 2 to player 1:s actions) BR1X<- br1(X) #(a dim(100) sequence of points on range (1,100)
2007 Mar 30
0
Need help in running swfdec to watch youtube video
Hi, I am trying to use swfdec to watch youtube video. As an example, I want to watch this video from this page: http://www.youtube.com/watch?v=ot5DtISEceU >From the source of the above page, it has this link: var fo = new SWFObject("/player2.swf?video_id=ot5DtISEceU&l=227&t=OEgsToPDskIAT_WivMUj76nGfdhAFBKN&sk=CdlGIc1WbGevkdd3KWQVRQC", "movie_player",
2013 Feb 25
0
Sporadic Issues
Hello Taylor El dom, 24-02-2013 a las 21:08 +0000, Judd, Taylor Allen escribi?: > Hi, > > > I help run an NPR/PBS station. We were running ice cast before our > most recent upgrade. However after the upgrade we have now been > receiving sporadic reports of people being unable to connect. The only > confirmed issue is with Saffari on Windows. We are working on that >
2010 Mar 18
0
differences between relative_url using Rails with Prototype or JQuery
My web app is deployed with Passenger in a sub-uri, http://www.mydomain.com/vacademy/ and I am displaying a player in a page the swf is located in ../public/dist/flowplayer-3.1.5.swf Using Prototype library I wrote a script : <script> $f("player", "./dist/flowplayer-3.1.5.swf", { .... and I don''t have any problem to get the player installed from
2008 Jan 25
0
How to load YouTube video swf in swfdec
Hi, I am trying to load YouTube's flash video player in swfdec. So I * go to a youtube page with a video * find out the embed tag which is the flash video player * saved the swf file locally * copy the flashvar of the embed tag And I input to swfplay like this ./swfplay player2.swf
2013 Feb 24
3
Sporadic Issues
Hi, I help run an NPR/PBS station. We were running ice cast before our most recent upgrade. However after the upgrade we have now been receiving sporadic reports of people being unable to connect. The only confirmed issue is with Saffari on Windows. We are working on that specific one. But I've also received sporadic reports from users on chrome, firefox, mac, and windows and various other
2008 Feb 03
3
[Bug 14339] New: make swfdec work with www.tudou.com
http://bugs.freedesktop.org/show_bug.cgi?id=14339 Summary: make swfdec work with www.tudou.com Product: swfdec Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: enhancement Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org
2004 May 15
3
what statistical method should i use?
in order to know which production the custumer most like,i design a question as follow : Q:there are six production listed below.according to your preference,the production you like most is_____,the production you secondly like is ____,and the third is_____. productionA productionB productionC productionD productionE productionF when the data is collected. i type in a
2015 May 18
4
How best to get around shadowing of executables by system()'s prepending of directories to Windows' PATH?
My question: On Windows, R's system() command prepends several directories to those in the Windows Path variable. >From ?system The search path for 'command' may be system-dependent: it will include the R 'bin' directory, the working directory and the Windows system directories before 'PATH'. This shadows any executables on the Path that share a
2008 Jan 21
1
70 commits
Hey, In case someone filters commit mails or doesn't read 1MB blobs, I've just merged the result of me getting annoyed at various stuff. Unfortunately, this grew a bit out of hand and ended up being very huge. I expect this merge to have broken lots of things, so if you find stuff that used to work and now doesn't work (or even crashes), please poke me about it. What does this patch
2017 Jun 22
2
Accessing Pointers
Hello, I am relatively new to R and would like to access the document my pointer is pointing to in the following line of code. Need some help. #install.packages('xml2') library('xml2') pg1 <- read_html("www.msn.com") str(pg1) ptr <- pg1[[2]] [[alternative HTML version deleted]]
2017 Jun 22
0
Accessing Pointers
> On Jun 22, 2017, at 12:52 PM, Lawrence Fomundam <lawfom at gmail.com> wrote: > > Hello, > > I am relatively new to R and would like to access the document my pointer "my pointer"? > is pointing to in the following line of code. Need some help. > > #install.packages('xml2') > library('xml2') > pg1 <-
2011 May 18
1
How to make array of regression objects
Dear all, I have made couple logistic regressions, what making a distribution of some event. Currently, i store it like this: o1 <- lrm(...) o2 <- lrm(...) o3 <- lrm(...) ... Then, i have made a function to peak required regression object from this variables by it number: get_object <- function(obj_name, nModel) { eval (parse(text=paste("o <- ", obj_name, nModel,
2010 Jun 29
2
Matrix operations
Hello I have a quick question. I need to compute matrix in R, like A <- t(X) %*% solve(V) %*% X, where X is a vector and V is a matrix This code works, but now i want to optimize it. I have try: A <- crossprod(X, solve(V)) %*% X Is there another, better way? WBR Dima [[alternative HTML version deleted]]
2010 Dec 08
1
I want to get smoothed splines by using the class gam
Hi all, I try to interpolate a data set in the form: time Erg 0.000000 48.650000 1.500000 56.080000 3.000000 38.330000 4.500000 49.650000 6.000000 61.390000 7.500000 51.250000 9.000000 50.450000 10.500000 55.110000 12.000000 61.120000 18.000000 61.260000 24.000000 62.670000 36.000000 63.670000 48.000000 74.880000 I want to get smoothed splines by using the class gam The first way I tried , was