Displaying 20 results from an estimated 338 matches for "tj".
2008 Jul 26
4
parametric bootstrap
Hi
I am trying to find a parametric bootstrap confidence interval and when I used the boot function I get zero bias and zero st.error? What could be my mistake?
Thank you and take care.
Laila
[[alternative HTML version deleted]]
2007 May 11
1
Cannot use an escape character in regexp
Given the string
> mystr <- "(Preconsuntivo del giorno gas 10 maggio
2007)Tj"
I'm trying to detect and eliminate the string ")Tj" at the
very end of mystr by means of
gsub(rx2,"",mystr) BUT preparing the
matching regexp string a warning pops up
> rx2 <- "\)Tj$"
Warning
messages:
1: '\)' is an unrecognized escape in...
2012 Mar 16
3
Cosinor
...+ error
Cuando T conocido, podemos asumir:
Y = M + beta * X1 + gamma * X2 + error,
siendo X1 = cos(2*pi*t/T) y X2 = sin(2*pi*t/T)
En este caso (Cosinor simple) el modelado lo llevo a cabo del siguiente modo:
lm( y ~ X1 + X2)
Para el caso de componentes múltiples:
Y = M + ?Aj * cos(2*pi*t/Tj + phij) + error
Si Tj conocidos: Y = M + ?(betaj*X1j + gammaj * X2j) + error
Modelado: y ~ x1tot+ x2tot, donde los xtot (x totales) resultan de la suma de los parciales (donde cada parcial corresponde a un Tj).
Sin embargo, en el caso del modelo generalizado (componente cuadrática, cúbica, etc....
2018 Dec 12
2
doveadm proxy list repeats header line
...dest-ip dest-port
info at domain1.de imap 80.152.196.98 222.133.127.53 993
username service src-ip dest-ip dest-port
info at domain1.de imap 80.152.196.98 222.133.127.53 993
username service src-ip dest-ip dest-port
tj at domain1.de imap 83.149.131.71 222.133.127.53 993
username service src-ip dest-ip dest-port
tj at domain1.de imap 83.149.131.71 222.133.127.53 993
I'd prefer this:
root at mail1 ~ # doveadm proxy list
username proto src ip d...
2008 Jun 27
3
For loop
Hi,
Could you please let me know to use a list in a for loop here geneset is a
loop.I am trying to match the names of the list with 1st row of the output.
result<- list()
for(i in 1:length(output)
{
result[[i]] <- geneset(which(geneset %n% output[,1]))
}
Kindly help me out
--
View this message in context: http://www.nabble.com/For-loop-tp18163665p18163665.html
Sent from the R
2006 Jul 06
5
Building a standalone application with RoR
Hello,
I have to code a small application for a car repair shop running under
Windows (98 SE but may be my client could upgrade to 2000) and using RoR
is my definite choise !
The app will be powered by WebRick (which is enough powerfull for a
small app used by only ONE user at a time)
My questions are targeted to the best database to use... I had a look to
SQLite and Firebird but support
2009 Mar 30
3
[PATCH 0/3] v2: mbr: Ctrl-key press forces load from first hard disk
Version 2 of these patches includes optimisations suggested by H Peter
Alvin to save bytes:
* Use memory-mapped I/O register to read keyboard shift flags
* Don't reload DX from memory; move immediate byte to register
Tested using mbr.bin.
TJ (3):
mbr: Ctrl-key press forces load from first hard disk
gptmbr: Ctrl-key press forces load from first hard disk
isohdpfx: Ctrl-key press forces load from first hard disk
mbr/gptmbr.S | 14 ++++++++++++--
mbr/isohdpfx.S | 10 ++++++++++
mbr/mbr.S | 10 ++++++++++
3 files chang...
2006 Jun 17
4
Simple tutorial weirdness
Sorry - working on a simple tutorial but something is throwing me
here. I''m supposed to get a Time.now() print to the page but it''s not
working and I can''t figure out why.
No errors are thrown my the page shows:
Howdy, world! My name is Stuart Felenstein.
This was verified at .
So no time stamp showing. I went into IRB , did a Time.now() and it''s
working
2010 Mar 31
6
ODD and EVEN numbers
Hi,
anyone here who knows how to determine if an integer is "odd" or "even" in
R?
Thanks.
tj
--
View this message in context: http://n4.nabble.com/ODD-and-EVEN-numbers-tp1747032p1747032.html
Sent from the R help mailing list archive at Nabble.com.
2006 Jun 28
2
(no subject)
...ght to run two TDM400s on the same machine? If it is, how would
one differentiate between the channels on each card? So, if I'm running
strait FXS and my first card is fxsks 1-4, would the second be fxsks 5-8?
Would there be any interrupt problems?
Any help would be great!
Thanks!
Tj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060628/36df49b3/attachment.htm
2007 Oct 02
3
Logwatch for postfix
On CentOS5 with the latest updates applied, the logwatch filter for
postfix returns way too many lines from the log. I get an "unmatched
entries" message and all messages that have gone through the system is
listed.
Here is an example:
8F930A8092: to=<morten at foo.bar>, orig_to=<morten at localhost>,
relay=local, delay=0.19, delays=0.06/0.01/0/0.12, dsn=2.0.0,
2006 Jul 15
4
learning from typo.
i have a copy of the typo source on my desktop that i am going through
just to get a better understanding of the rails framework and ruby
itself. i''m fairly new to everything so it has proved to be very helpful
and very inspiring.
i''m stuck on a part though. i was trying to figure out how everything on
the sidebar works. i found the components folder and started looking
2016 Apr 18
0
[Bug 1953] Implementation of xattr in sftp-server for sshfs
https://bugzilla.mindrot.org/show_bug.cgi?id=1953
TJ Saunders <tj at castaglia.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tj at castaglia.org
--- Comment #6 from TJ Saunders <tj at castagli...
2008 Jul 03
0
FW: For loop
...the code r<-100n<-100shape<-2theta1<-exp(1)theta2<-exp(.5)m0<- function(XX) #a function that generates the estimates{ loglik<-function(xx,alpha,theta1,theta2) -1*( -r*lgamma(alpha)-alpha*n1*log(theta1)-alpha*(r-n1)*log(theta2)+(alpha-1) *sum(log(Ti))+(alpha-1)*sum(log(Tj-tau+(theta2/theta1)*tau))-(1/theta1)*sum(Ti)- (1/theta2)*sum(Tj-tau+(theta2/theta1)*tau)+(n-r)*log(1-pgamma((max(Tj)-tau+ (theta2/theta1)*tau)/theta2,alpha,1))) V<-mle2(minuslogl = loglik, start = list(alpha= 2, theta1= 3, theta2= 2), data = list(size = 100)) Est<-coef(V)}estimate...
2006 Feb 23
6
lighttpd on mac for local development
...clude=/opt/local/include
--with-fcgi-lib=/opt/local/lib
But no luck. Same error message each time. I''ve also tried installing
from source without using ports and installing the rb-fcgi port.
Everything gives me the same error.
Anyone have any thoughts on what else I might try?
Thanks!
-TJ
2017 Jul 19
2
spaghetti plot - urgent
...eta 0 - input variable used to calculate PCR (the outcome)
beta1_7_gerar = rnorm(subjects, mean = -1, sd = .5)
beta1_7 = as.data.frame(matrix(beta1_7_gerar,nrow=subjects,ncol=1) ) # beta 1 - input variable used to calculate PCR (the outcome)
tj_gerar = seq.int(1, n.longitudinal.observations, 1)
epsilon_7_gerar = rnorm(5*subjects, mean = 0, sd = .1)
epsilon_7 = as.data.frame(matrix(epsilon_7_gerar,nrow=subjects,ncol=1) ) # epsilon_7 - input variable used to calcu...
2006 Jun 14
13
A good tutorial
Are there any other tutorial than "Agile Web Development with Rails"
that you can suggest? So far I can''t say that RoR has been easy to
learn. :-)
--
Posted via http://www.ruby-forum.com/.
2013 Jan 24
4
Difference between R and SAS in Corcordance index in ordinal logistic regression
...This is the code I used with the data attached
> data.csv <http://r.789695.n4.nabble.com/file/n4656409/data.csv>
> :
>
>>require(rms)
>>a<-read.csv2("/data.csv",row.names = 1,na.strings = c(""," "),dec=".")
>>lrm(DA~SJ+TJ,data=a)
>
> Logistic Regression Model
>
> lrm(formula = DA~SJ+TJ, data = a)
>
> Frequencies of Responses
>
> 1 2 3 4
> 6 13 9 4
>
> Model Likelihood
> Discrimination Rank Discri...
2005 Mar 17
5
How do I launch a dos/windows program through wine
...l,
I have installed wine on my linux distribution, and have looked through
all the documentation supplied and online and still haven't been able to
run a dos/windows application through wine. I am trying to launch a
dos/windows '.exe' file in linux through wine.
Alan Dripps.
--
Alan TJ Dripps (BEng, AMIIE)
Tirna Electronics Ltd.
3 Roderick Place,
West Linton,
Peeblesshire,
EH46 7ES,
United Kingdom.
2012 Oct 19
1
FW: [PATCH] workqueue: cancel_delayed_work() should return %NULL if work item is idle
FYI, it is likely that ocfs2 will not work on 3.7-rcN until
the following one-line patch is merged, as the code in ramster
that provoked it is directly leveraged from ocfs2 o2net.
> From: Tejun Heo [mailto:tj at kernel.org]
> Sent: Thursday, October 18, 2012 5:39 PM
> To: Dan Magenheimer
> Cc: linux-kernel at vger.kernel.org; Konrad Wilk
> Subject: [PATCH] workqueue: cancel_delayed_work() should return %NULL if work item is idle
>
> From e65120fcfc1cb9697655d29ecd7982451c05d3c2 Mon Se...