search for: rubbing

Displaying 20 results from an estimated 312 matches for "rubbing".

Did you mean: subbing
2010 Jan 29
1
Plotmath: suprscript on scalable delimiter?
ComRades, How do you put a superscript on a scalable delimiter? I want to put 'b' as the power of the expression in the following plot: t <- 1:25 K <- 0.2 y <- ((1-exp(-K*t))/(1-exp(-K*t)*exp(K)))^3 plot(t,y,"l",main="K=0.2, b=3") text(15,5,expression(bgroup("(",frac(1-e^-Kt,1-e^-Kt*e^K),")"))) Plotmath examples in demo(plotmath) do not
2011 Mar 31
1
Simple lattice question
DeaR ComRades, require(lattice) data <- data.frame(SP=sort(rep(as.factor(c('A','B','C','D','E')),12)), x=rpois(60,10), y=rep(c(rep(0,4),rep(10,4),rep(20,4)),5), z=rep(1:4,15)) xyplot(x~y|SP,data=data,groups=z,layout=c(2,3),pch=1:4,lty=1:4,col='black',type='b') How do I put a legend
2011 Mar 23
1
R helps win competitions
DeaR ComRades, This is a quote from a News article in Science's 11-February issue, about competitions to model data: "For Chris Raimondi, a search-engine expert based in Baltimore, Maryland, and winner of the HIV-treatment competition, the Kaggle contest motivated him to hone his skills in a newly learned computer language called R, which he used to encode the winning data model.
2006 Sep 11
1
Extracting mean level of factor for all levels from a glm
ComRades: I have a glm where interest lies in the estimated mean levels of the response Y for every level of factor Year (regardeless of statistical significance of the factor), when the effect of other factors have been accounted for. The model is of the form: fit<-glm(Y~Year+Mo+Area+Ship+Eff,family=gaussian(link="log"),data=data) where Year is categorical and has T levels
2007 Aug 22
2
Access table names
Hello, Anyone know if there is a way to get all of the column names from the tables usinf rub on rails? Thanks again -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2010 Jun 21
1
Problem with package installation
Dear ComRades, I am having the "wrong MD5 checksums" error with every package I try to install. It happened with R 2.11.0, then I updated to R 2.11.1, same thing. sessionInfo() R version 2.11.1 (2010-05-31) i386-pc-mingw32 locale: [1] LC_COLLATE=Spanish_Spain.1252 LC_CTYPE=Spanish_Spain.1252 LC_MONETARY=Spanish_Spain.1252 [4] LC_NUMERIC=C
2015 Jan 14
1
Questions regarding imaptest
Hi, The measurements were created under the following conditions : ? operating system : Red Hat Enterprise Linux Server release 6.6 (Santiago) kernel in version 2.6.32-504.el6.x86_64 ? virtual server (VMware) with an Intel(R) Xeon(R) 4vCPU E5649 x 2,526 GHz (2 cores per virtual socket) and 4 GB RAM ? 7,200 RPM SATA 1TB (FC SAN IBM System Storage N3400) ? all file systems had been formated in
2014 Jul 06
4
mdiskchk and WinPE
Thus the rub: The exe seems to have disappeared from winbin as well. It's there, but downloads as a zero-byte file. > Date: Sun, 6 Jul 2014 22:40:21 +0200 > From: herbszt at gmx.de > To: sha0.miller at gmail.com > CC: syslinux at zytor.com; jml9904 at hotmail.com > Subject: Re: [syslinux] mdiskchk and WinPE > > Shao Miller wrote: > > On 7/6/2014 01:55, Ady wrote:
2007 Jun 08
1
How to make a table of a desired dimension
Hi ComRades, I want to make a matrix of frequencies from vectors of a continuous variable spanning different values. For example this code x<-c(runif(100,10,40),runif(100,43,55)) y<-c(runif(100,7,35),runif(100,37,50)) z<-c(runif(100,10,42),runif(100,45,52)) a<-table(ceiling(x)) b<-table(ceiling(y)) c<-table(ceiling(z)) a b c will give me three tables that start and end at
2011 Jan 23
2
How I do to run Rails on Apache?
Scenario: Windows Vista - Rails 3.0.3 - Rub(ies)1.9.2-p136 & 1.8.7p330 - MySQL5.5 - Apache2.2 - git/cygwin -everything setup and working, BUT WEBrick is becoming temperamental. I want to run Rails on Apache. Is it possible? What should I do. I made some simple tests like build applications with Ruby 1.9.2 and after with 1.8.7. Rails on WEBrick set the tables and makes the models/ migrations
2015 Oct 15
5
wbinfo works, id and getent don't
This is a common thread and I'm wondering where they answer is.. I can see this theme posted many times -- recently here https://lists.samba.org/archive/samba/2015-May/191483.html and for which I was not able to find a solution The situation is this.. Samba 4.2 compiled from source on ubuntu 14. server. Samba 4.2 AD DC is working great in sliced server. the samba member server joined fine.
2011 May 20
8
Building Custom GUIs for R
I am looking to build simple GUIs based on the R codes I have. The main objective is to hide the scary R codes from non-programming people and make it easier for them to try out different inputs. For example, 1. The GUI will have means to upload a csv file which will be read by the R code. 2. A button to preprocess data (carried out by a R function behind) 3. A button to build some models
2008 May 23
1
Strange problem with ActiveRecord#find in worker
Hi friends, I''ve a strange problem with ActiveRecord#find in a worker, this sometimes work fine and somethimes return Nil but the SQL query is fine, I don''t know what happen, I was worked a complete day on debugging this, here is my code: http://pastie.caboo.se/201986 Very thanks for your help. Regards. -- Rub?n D?vila Santos. http://rubenonrails.com -------------- next part
2018 Feb 02
1
Error installing Nvidia driver on a 7.5 beta kernel
Phil Perry wrote: > > It looks like a regression. This was originally fixed upstream > (kernel.org) 3 years ago, so if the RHEL7.5 beta kernel has reverted to > 'EXPORT_SYMBOL_GPL' then it is a regression that will break building any > out-of-tree non-gpl modules which need to set caching mode in pte's > > You should file a bug report with Red Hat. > > The
2014 Dec 01
2
Dovecot Director and Dovecot proxy
Hi, Dovecot Director is used to keep a temporary user -> Dovecot backend server mapping. So, Director decides which backend handles each user and the user is always redirected to the same server. All user data is stored in shared storage (NFS). The Dovecot presentation featured during this webinar
2008 Dec 17
2
SSL Certificate Authentication
Hi Guys, I am using the SSL Client Certificate authentication method for my Dovecot instance, however rather then just requiring the client certificate it also prompts me for my user password. My certificate was securely generated on a smart card and is passphrase protected so I would like to stop having to enter my certificate passphrase and my user password to collect my mail. Where abouts in
2007 Jun 20
1
non permanent change of vector values
Hi All, I have the following problem: I have a vector x = rep(0,15) x[1:2] = 1 x [1] 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 I need to be able to call that vector 'x' so that if condition 'A' is true, only the first value is kept 'as is' and all the others are put to 0 if(A == T) function(x) with x returning 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 and if 'A' is false the
2009 May 07
1
Using lme() for split plot
Hi, I'm trying to figure out how to use lme() for analyzing a split-plot experiment. I've been looking at the examples from the 'R Book', those are nested but with only one factor at the whole-plot level, my test is 2^2 at the whole-plot level, with a single many level factor at the sub-plot level. My question is about properly specifying the random effects part of the model,
2010 Oct 02
2
Unicorn doesn't reload the app after the HUP signal
Hi folks, I''ve experimented a problem while deploying my app, I''ve sent the HUP signal to the master process, I''ve checked everything is ok: new master and workers are spawned and the old ones are killed(I''ve checked the PIDs), but the new code deployed isn''t reflected in the living site, so I''ve to stop and start again unicorn in order to see
2003 Aug 13
1
"Double" transfer?
I'm not sure what to call what I want to do; I'm not sure how to do it; I'm not sure it can even be done. . . . I have googled and read the docs, but can't find anything close to this: I have an asterisk box with an X100P that is attached to a PBX line. What we want to do is to have the PBX attendant, after having taken a call for someone who isn't in the office, be able