Displaying 6 results from an estimated 6 matches for "pind".
Did you mean:
pid
2006 Jul 08
8
Mongrel, lighty, pound, and request.remote_ip
Is anyone using the setup described at the Rails blog?
http://weblog.rubyonrails.org/2006/7/3/pound-makes-lighty-and-mongrel-
play-nice
I''m using it in production, and the only problem I have is the same
as people have described in the comments over there, namely that
Rails thinks all requests come from localhost.
See http://isabont.com/requestinfo for the headers.
Any
2017 Apr 17
2
Matriz como producto de vectores.
Buenas tengo una matriz de contingencia de 5x4 donde en la última fila
y última columna tengo las frecuencias marginales, en función de estas
quiero sacar las esperadas, pero cuando hago por ejemplo el producto,,
Esperadas<-Estrategia["Suma",]*Estrategia[,"Suma_e"]
E1 E2 E3 E4 Suma
5550 14160 52650 89600 20720
Warning message:
In Estrategia["Suma", ]
2010 Sep 10
1
lattice package - wireframe plot : adding more than one surface and addiding a curve overlaid on the plot
Dear R help,
Suppose I have a dataframe with three columns named p, v and C.
Here C is a function of both p and v. I can plot the surface C(p,v) using the package lattice using the function wireframe.
Now if I have another dataframe - with 2 columns named p_ind and v_ind and pind is a function of v_ind.
I would like to overlay the plot of the curve p_ind, v_ind and C(p_ind, v_ind) onto my previous plot.
I haven't found a way to do this.
Please help.
Raff.
[[alternative HTML version deleted]]
2008 Feb 05
1
Extracting level-1 variance from lmer()
...me.baseline <- rep(1:n.timepoints,n.subj.per.tx*2)*as.numeric(drug=="D")
dv <- rnorm( n.subj.per.tx*n.timepoints*2,
mean=time.baseline+Patient.baseline+drug.baseline, sd=sd.res )
dat.new <- data.frame(drug, dv)
dat.new$Dind <- as.numeric(dat.new$drug == "D")
dat.new$Pind <- as.numeric(dat.new$drug == "P")
dat.new$time.num = rep(1:n.timepoints, n.subj.per.tx*2)
dat.new$Patient.new = rep(1:20, each=8)
2003 Sep 22
1
smbclient 127.0.0.1 timeout .... PCs can't browse LInux share
...atency issue).
Misc notes ...
=> I've rebooted both Linux and XP machines many times
=> SWAT takes forever when clicking on STATUS
=> SWAT server status shows nmbd: running
=> BUT smbd: not running EVEN THOUGH smbd is running when using ps -aux ????????
=> At DOS prompt $ pind boslinux returns fine
Also sometimes this error occurs when the PC tries to simply access
it's own workgroup !!!! However they do eventually recover and can
access other PCs and directories !!!!!!!!
Here's my smb.conf file ....
# Samba config file created using SWAT
# from localhost...
2006 Aug 06
0
Rails Core Weekly July 16 - August 6
.../changeset/4623 offers a programmatic way of
doing that with the deprecate() method/
[thread: http://www.ruby-forum.com/topic/75496#new ]
Michael Schoen uncovers a performance issue with has_one associations
and caching. DHH asks to PDI.
[thread: http://www.ruby-forum.com/topic/75664#new ]
Lars Pind give acts_as_nested_set some love i.e the ability to move a
node within a tree. Courtnay then asks whether aans shouldn''t move to
a plugin. Dave Thomas pitches in and says he still can''t make aans
work for some of his book examples. DHH seconds that aans is among the
thing to move...