Displaying 20 results from an estimated 3000 matches similar to: "cor.test p-value ties"
2004 Mar 30
1
Where: package licenses
Thanks Thomas and Marc that is what I was looking for.
-Jason
The DESCRIPTION file for a package lists the license; this is also given
in the CRAN entry for each package.
-thomas
Marc Schwartz <MSchwartz@MedAnalytics.com>
03/30/2004 09:02 AM
Please respond to MSchwartz
To: Jason.L.Higbee@stls.frb.org
cc: R-Help
2004 May 21
2
RQuantlib ?Windows Binary?
R:
Is there a reason why there isn't a Windows Binary version of RQuantlib on
CRAN? Usually when there is no binary, I just source the source code, but
this one appears to have various calls and methods and things like that so
I'm hesitant to do so. I know there has been a big discussion on why
Rmetrics doesn't have source for unix/linux, but that isn't on CRAN.
Through
2003 Oct 15
2
R-WinEdt, 1.8, deprecating warning
When I load R-WinEdt (>library(RWinEdt), I get the warning:
Warning message:
multi-argument returns are deprecated in: return(InstallRoot,
RWinEdtInstalled)
I have upgraded to R 1. 8 on Windows, by copying non-base libraries into
the 1.8 library folder and updating the help.
I also reinstalled R-WinEdt from the zip file as detailed in RWinEdt
ReadMe file using the recommend (A)
2004 Apr 22
1
Re: pausing a program
R:
I have a program that runs a For loop for days and I need to (if possible)
pause the program. Any ideas on how to do that? If I use stop, how
certain can I be that all the statements executed in the previous
iteration of the for loop?
Thanks,
Jason Higbee
Research Associate
Federal Reserve Bank of St. Louis
E: jason.l.higbee@stls.frb.org
[[alternative HTML version deleted]]
2004 Mar 30
3
Where: package licenses
R:
This stems from my curiosity about the previous thread about a request
for glm.nb code. The issue of package licenses was brought up and I was
hoping for some clarification on that. Using the function license() or
licence() gives info on the license for R, but something like
license(MASS) does not give info on the license for the MASS package
(perhaps it might be good to expand the
2004 Sep 21
2
constrained optimization in R
R:
I need to minimize a function such that the parameters when used in
another function result in a particular value, which i fix. That is, I
need min(f(a,b)) given g(a,b)=X, where min(.) is the minimum, f(.) and
g(.) are functions (with unknown gradients) of parameters a and b and X is
a fixed value. What optimization function(s) in R do you suggest?
constrOptim looks like it will work
2004 Mar 30
0
Where: package licenses
Note that package.descripton() is deprecated in R-1.9.0. You have to use
packageDescription() instead.
Jim
James W. MacDonald
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623
>>> Sundar Dorai-Raj <sundar.dorai-raj at PDF.COM> 03/30/04 10:51AM >>>
You can access this from
2003 Nov 25
1
Time series indexing/subsetting
R-listers:
I may be asking too much from R, but is there a way to use time indexing
on a time series object. For instance:
> tsobject <- ts(1:12, start =1999, freq = 4)
> tsobject
Qtr1 Qtr2 Qtr3 Qtr4
1999 1 2 3 4
2000 5 6 7 8
2001 9 10 11 12
> tsobject[1999,Qtr4]
Error in NextMethod("[") : Object "Qtr4" not found
I would
2004 Feb 03
1
Error in f(x, ...) : subscript out of bounds
R-Listers:
I am doing a quasi-maximum likelihood estimation and I get a "subscript
out of bound" error message, Typically I would think this means that a
subscript used in the function is literally out of bounds however I don't
think this is the case. All I change in the code is a constant, that is
hard-wired in (not data dependent and not parameter dependent),
furthermore,
2003 Dec 15
2
Appending intermediate terms in a For Loop
R UseRs:
I can't figure out how to append intermediate terms inside a For loop. My
use of append(), various indexing, and use of data frames, vectors,
matrices has been fruitless. Here's a simplified example of what I'm
talking about:
i <- 1
for(i in 10) {
v[i] <- i/10
}
> v
[1] 1 NA NA NA NA NA NA NA NA 1
I would like: [1] 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
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
2006 May 24
0
the computation of exact p-value for the nonparametric cor-test with ties
Hello,
I wuold like to propose my modifications of the original cor.test to you : I
tried to calcolate the correct p-value for Spearman and Kendall's test with
ties.
Let me know what you think.
Thanks you for your time.
Antonietta di Salvatore
test <- function(x, ...) UseMethod("test")
test.default <-
function(x, y, alternative = c("two.sided",
2013 Mar 25
1
[LLVMdev] Types in TableGen instruction selection patterns
Sebastian Pop wrote:
> same mechanism could be useful. It would be nice to be able to write this:
>
> def insn : Inst<(outs i32:$dst), (ins i32:$src1, i32:$src2),
> "some assembler",
> [(set $dst, (Op $src1, $src2))]>;
>From the PPC changes, I see that this is already possible under a slightly
different form:
def FSUBS :
2006 Nov 29
1
Logging
In trying to determine why someone was unable to use port 110 w/STLS (POP)
I had great difficulty finding the session in which the user switched to
this port from using port 995. This is because Dovecot does not log any
port number information. Furthermore, it isn't obvious to me if it logs
whether a session was negotiated SSL (via STARTTLS w/IMAP or STLS w/POP)
or started out SSL (ports 993
2004 Apr 21
1
Kendall, cor.test, ties, why?
Hi,
I can't figure out why it is not possible to compute an exact p-value in
cor.test if there are ties between values in one of the arrays like below:
cor.test(c(1,2,2), c(5,6,7), method="k", alternative="two.sided").
Perhaps this is due to my lack of understanding of what is ment by p-value
in this case. To me it seems reasonable that the p-value above should be
the
2008 Jun 18
1
FRB/US
I would like to run the Federal Reserves econometric model on open source
software - they sent me the specifications for the model and what is
neccessary to run the model on TROLL (which is a commercially available
econometric software)
I am looking into the feasability of doing this and whether or not R is the
right tool - I would like to discuss the idea with someone who is familiar
with this
2006 Sep 26
1
fetchmail can't talk to dovecot
Hello,
I have dovecot q1.0-0_22.rc7 up and running on a server: I can read
email from squirrelmail just fine. When I try to download email with
fetchmail, however, I get the result below. Why is that happening? In
dovecot.conf I have:
protocols = imap imaps pop3,
so why should pop3 or imap fail? Where should I look?
(I'll fix the certificates problem after I've managed to get in
2004 Mar 19
1
cor.test() -> p-values may be incorrect due to tie
Hi R specialists,
When testing the association between two time series the cor.test gives
the following message...-> p-values may be incorrect due to tie
What does it mean? (it is not described in the help)
Thankx,
Jan
> cor.test(Origi[,1],Origi[,2], alternative = c("two.sided"),method =
c("spearman"), conf.level = 0.95)
Spearman's rank correlation rho
2004 Aug 09
1
Easy acf and pacf for irregular time series in R
R:
Is there an easy way to get the acf and pacf for an irregular times
series? That is, the acf and pacf with lag lengths that are in units of
time, not observation number.
Thanks,
Jason Higbee
Research Associate
Federal Reserve Bank of St. Louis
The views expressed in this email are the author's and not necessarily
those of the Federal Reserve Bank of St. Louis or the Federal Reserve
2004 Mar 03
1
cor(..., method="spearman") or cor(..., method="kendall") (PR#6641)
Dear R maintainers,
R is great. Now that I have that out of the way, I believe I have
encountered a bug, or at least an inconsistency, in how Spearman and
Kendall rank correlations are handled. Specifically, cor() and
cor.test() do not produce the same answer when the data contain NAs.
cor() treats the NAs as data, while cor.test() eliminates them. The
option
use="complete.obs" has