Displaying 20 results from an estimated 126 matches for "lor".
Did you mean:
for
2010 Dec 16
1
defining a formula method for a weighted lm()
...x strata tables. I'd like to define methods for fitting
weighted lm()s to the resulting loddsratio objects,
but I'm having problems figuring out how to do this generally.
# install.packages("vcdExtra", repos="http://R-Forge.R-Project.org")
library(vcdExtra)
> fung.lor <- loddsratio(Fungicide)
> fung.lor
log odds ratios for group and outcome by sex, strain
strain
sex 1 2
M -1.596015 -0.8266786
F -1.386294 -0.6317782
>
> fung.lor.df <- as.data.frame(fung.lor)
> fung.lor.df
group outcome sex strain LOR ASE
1 Control:Treated Tumor:NoTumor M 1...
2015 Feb 27
2
rsync hangs on select() system call
...gram name
tcp 41 62844 132.xxx.xxx.xx:41397 152.xx.xx.xx:873
ESTABLISHED 3387/rsync
On the server side, rsync daemon log says :
Feb 25 17:14:25 resif-vm13 rsyncd[2403]: [generator] receiving flist for
dir 10
Feb 25 17:14:25 resif-vm13 rsyncd[2403]:
recv_file_name(sds_extract/2015/RD/LOR/BHN.D/RD.LOR..BHN.D.2015.055)
Feb 25 17:14:25 resif-vm13 rsyncd[2403]: received 1 names
Feb 25 17:14:25 resif-vm13 rsyncd[2403]: recv_file_list done
Feb 25 17:14:25 resif-vm13 rsyncd[2403]:
recv_generator(sds_extract/2015/RD/LOR/BHN.D,19)
Feb 25 17:14:25 resif-vm13 rsyncd[2403]: set modtime of
sds_...
2017 Nov 27
0
Scatterplot of many variables against a single variable
Hi Engin,
Sadly, your illustration was ambushed on the way to the list. Perhaps
you want something like this:
# proportion of useful answers to your request
pua<-sort(runif(20))
#legibility of your request
lor<-sort(runif(20))+runif(20,-0.5,0.5)
# is a data set provided?
dsp<-sort(runif(20))+runif(20,-0.5,0.5)
# generate a linear model for the above
pua.lm<-lm(pua~lor+dsp)
# get the coefficients
pua.lm
Call:
lm(formula = pua ~ lor + dsp)
Coefficients:
(Intercept) lor dsp...
2019 Jan 29
3
Finding label of basic block where a conditional branch merges
...owever things are getting
more complex when there is an else branch and in particular when we have
nested branches.
Take for example the following C code:
if (x == NULL || y == NULL) {
do {
// ...
} while (0);
}
This yields the following IR:
br i1 %cmp, label %if.then, label %lor.lhs.false, !dbg !31
lor.lhs.false: ; preds = %entry
%1 = load %struct.s1*, %struct.s1** %s1.addr, align 8, !dbg !32
%cmp1 = icmp eq %struct.s1* %1, null, !dbg !33
br i1 %cmp1, label %if.then, label %if.end, !dbg !34
if.then: ...
2017 Nov 27
3
Scatterplot of many variables against a single variable
...Jim Lemon <drjimlemon at gmail.com> wrote:
> Hi Engin,
> Sadly, your illustration was ambushed on the way to the list. Perhaps
> you want something like this:
>
> # proportion of useful answers to your request
> pua<-sort(runif(20))
> #legibility of your request
> lor<-sort(runif(20))+runif(20,-0.5,0.5)
> # is a data set provided?
> dsp<-sort(runif(20))+runif(20,-0.5,0.5)
> # generate a linear model for the above
> pua.lm<-lm(pua~lor+dsp)
> # get the coefficients
> pua.lm
>
> Call:
> lm(formula = pua ~ lor + dsp)
>
> Coe...
2015 Mar 09
0
rsync hangs on select() system call
...xxx.xx:41397 152.xx.xx.xx:873
> ESTABLISHED 3387/rsync
>
> On the server side, rsync daemon log says :
>
> Feb 25 17:14:25 resif-vm13 rsyncd[2403]: [generator] receiving flist for
> dir 10
> Feb 25 17:14:25 resif-vm13 rsyncd[2403]:
> recv_file_name(sds_extract/2015/RD/LOR/BHN.D/RD.LOR..BHN.D.2015.055)
> Feb 25 17:14:25 resif-vm13 rsyncd[2403]: received 1 names
> Feb 25 17:14:25 resif-vm13 rsyncd[2403]: recv_file_list done
> Feb 25 17:14:25 resif-vm13 rsyncd[2403]:
> recv_generator(sds_extract/2015/RD/LOR/BHN.D,19)
> Feb 25 17:14:25 resif-vm13 rsyncd[2...
2017 Nov 27
0
Scatterplot of many variables against a single variable
...om> wrote:
>
>> Hi Engin,
>> Sadly, your illustration was ambushed on the way to the list. Perhaps
>> you want something like this:
>>
>> # proportion of useful answers to your request
>> pua<-sort(runif(20))
>> #legibility of your request
>> lor<-sort(runif(20))+runif(20,-0.5,0.5)
>> # is a data set provided?
>> dsp<-sort(runif(20))+runif(20,-0.5,0.5)
>> # generate a linear model for the above
>> pua.lm<-lm(pua~lor+dsp)
>> # get the coefficients
>> pua.lm
>>
>> Call:
>> lm(form...
2017 Nov 27
5
Scatterplot of many variables against a single variable
Dear
I try to realize one scatter matrix which draws *one single variable to all
variables* with *regression line* . You can see my eviews version in the
annex .
How can I draw this graph with R studio?
Sincerely
Engin YILMAZ
2017 Nov 27
1
Scatterplot of many variables against a single variable
...ngin,
>>> Sadly, your illustration was ambushed on the way to the list.
>Perhaps
>>> you want something like this:
>>>
>>> # proportion of useful answers to your request
>>> pua<-sort(runif(20))
>>> #legibility of your request
>>> lor<-sort(runif(20))+runif(20,-0.5,0.5)
>>> # is a data set provided?
>>> dsp<-sort(runif(20))+runif(20,-0.5,0.5)
>>> # generate a linear model for the above
>>> pua.lm<-lm(pua~lor+dsp)
>>> # get the coefficients
>>> pua.lm
>>>
>...
2002 Jun 01
1
Question about Title of Plot
...|
| | | | | |
| | | | | |
| -------- -------- |
| |
---------------------------------------
My original code was
par(mfcol = c(1, 2))
title(main="Likelihood Analysis")
plot(or,lor,type="l", ylab='Likelihood',main="Odds Ratio")
plot(tau,lor,type="l",xlab=expression(tau), ylab='Likelihood',main="log(Odds Ratio)")
It creates this layout
---------------------------------------
| |
|...
2018 Sep 10
3
How to avoid multiple registers definitions in customInserter.
Hi,
I'm lowering some of the logical operators (by example the | operator) on integer32.
Sadly my target only provide native instruction on high and low parts of 32 bits registers.
So, I have to generate a sequence of two native instructions (LOR followed by HOR).
I've introduced an Pseudo instruction with a custom inserter.
def OR_A_oo : CLPPseudoInst<(ins FPUaOffsetOperand:$OffsetA,FPUaOffsetOperand:$OffsetB),(outs FPUaROUTADDRegisterClass:$FA_ROUTADD),
[]...
2010 Sep 19
1
odds ratios for n-way tables: seeking an *apply-able method
...ssy to generalize to n-way tables where all but the first two
dimensions are considered {strata}.
Can someone help me convert this to a form using *apply methods?
# (log) odds ratio for 2x2 subtable
OR2x2 <- function(f, log=TRUE) {
if (any(f == 0)) f <- f + 0.5
f <- log(f)
lor <- f[1, 1] + f[2, 2] - f[1, 2] - f[2, 1]
if (log) lor else exp(lor)
}
# continuation (log) odds ratios for two-way table
OR <- function(f, log=TRUE) {
d <- dim(f)
R <- d[1]; C <- d[2]
res <- matrix(0, R-1, C-1)
rownames(res) <- rep("", R-1)...
2006 Apr 13
2
Automatic finder
...me chunks with a category_id of 2.
Should the find_by_category do what I think it should be doing or am I completely off base?
thanks, cott.
----------------------------------------------------------------------------------------------------
What''s an Intel chip doing in a Mac? A whole lor more that it''s ever done in a PC.
My Digital Life - http://scottwalter.com/blog
Pro:Blog - http://scottwalter.com/problog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060413/d955f316/attachment-...
2007 Sep 13
4
How to delegate filesystems from different pools to non-global zone
I''m trying to add filesystems from two different pools to a zone but can''t seem to find any mention of how to do this in the docs.
I tried this but the second set overwrites the first one.
add dataset
set name=pool1/fs1
set name=pool2/fs2
end
Is this possible or do I need to use different syntax?
-Robert
This message posted from opensolaris.org
2010 Nov 19
0
printCoefmat() for a data.frame with factors
...be forced to paste() them together, giving a less readable
display. Perhaps printCoefmat()
needs another argument for this case (factor.ind= indices of column
numbers which are factors, or
stringsAsFactors=TRUE), or maybe there is some other method I could use.
Here is an example:
> summary(lor.Emp)
EmploymentLength LayoffCause Log Odds Ratio Std. Error z value Pr(>|z|)
1 <1Mo:1-3Mo Closure -0.04082199 0.5143769 -0.07936203 0.468372334
2 1-3Mo:3-12Mo Closure 0.02353050 0.2782868 0.08455486 0.466307643
3 3-12Mo:1-2Yr Closure 0.04904020 0.2327390 0.21070895 0.416557193
4 1-2Yr:2-5Yr C...
2019 Jan 29
2
Finding label of basic block where a conditional branch merges
...else branch and in particular when we have nested branches.
>
> Take for example the following C code:
>
> if (x == NULL || y == NULL) {
> do {
> // ...
> } while (0);
> }
>
> This yields the following IR:
>
> br i1 %cmp, label %if.then, label %lor.lhs.false, !dbg !31
>
> lor.lhs.false: ; preds = %entry
> %1 = load %struct.s1*, %struct.s1** %s1.addr, align 8, !dbg !32
> %cmp1 = icmp eq %struct.s1* %1, null, !dbg !33
> br i1 %cmp1, label %if.then, label %if.end, !dbg !34
>
> if.th...
2013 Oct 09
4
[LLVMdev] Related constant folding of floating point values
...ue:
The LLVM IR generated with O0 opt. level is:
...
store float 0x4020333340000000, float* %a, align 4
%0 = load float* %a, align 4
%conv = fpext float %0 to double
%sub = fsub double %conv, 8.100000e+00
%cmp = fcmp oge double %sub, 0x3E8000000102F4FD
br i1 %cmp, label %if.then, label %lor.lhs.false
lor.lhs.false: ; preds = %entry
%1 = load float* %a, align 4
%conv2 = fpext float %1 to double
%sub3 = fsub double %conv2, 8.100000e+00
%cmp4 = fcmp ole double %sub3, 0xBE8000000102F4FD
br i1 %cmp4, label %if.then, label %if.else
...
during t...
2006 Mar 28
5
Rails 1.1 for new apps only
...;t seem to play nice with Rails 1.1, mainly Typo.
So my question is: How can I install Rails 1.1 for only a new application?
thanks, scott.
----------------------------------------------------------------------------------------------------
What''s an Intel chip doing in a Mac? A whole lor more that it''s ever done in a PC.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060328/1817a2ab/attachment.html
2008 Apr 16
3
Problems with R2WinBUGS
...NS = 20
NT = 5
data <- list("s","t","r","n","b","N","NS","NT")
inits <- function(){
list(T=c(0.02,0.02,0.02,0.02,0.02),
best=c(0,0.4,0.07,0.13,0.3),
d=c(NA,0,0,0,0),
lor=c(-0.12,0.03,-0.07,-0.06,0.16,0.04,0.06,0.11,-0.09,0.01),
mu=c(0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0),
or=c(0.88,1.04,0.92,0.95,1.18,1.05,1.08,0.90,0.92,1.02),
p=c(0.50,0.47,0.01,0.01,0.05,0.04,0.06,0.05,0.04,0.03,0.13,
0.13,0.01,0.01,0.04,0.04,0.00,0...
2006 Feb 22
5
[OT] Apache rewrite stuff...
Hi all, a little off topic, but was wondering what the best way is to
re-write incoming requests so that they all end up at the same domain.
For example, if I had:
my_domain.net
my_domain.com
my_domain.org
Whats the best way to map/redirect all of these to
www.my_domain.com
?
I know its possible, just not sure what to add for rules/virtual hosts
in my apache config.
Thanks for the help!
-Nick