Displaying 20 results from an estimated 400 matches similar to: "Variance Computing- - HELP!!!!!!!!!!!!!!!!!!"
2004 Mar 06
2
normal scores test
Hello,
I need help in performing a Van_der_Waerden normal scores test in R. I
have two arrays of scores(final on therapy scores from drug and placebo) and
want to use the normal scores procdeure to test for significance.
(observations are unequal in number - due to dropouts). Could you please help
me out with the coding or let me know if there is a package that can be used
(for example,
2012 Aug 20
3
A LaTeX question -- Hope people won't mind
Hello All,
Hope people won't mind my posting a LaTeX question here. I know a lot of people who use R are also using LaTeX. I'm in a bit of a rush to complete a document and am having trouble with one aspect of the formatting.
I'm creating a list of tables using:
\listoftables
I also have some table captions that contain the number of patients in an anlysis like:
\caption{Results
2004 Sep 14
2
R post-hoc and GUI
Hi *
i've done my anova anlysis but now i need post-hoc test, are these
included in R ?
I've a Big problem, working with people that don't like to use
command-line software (but prefer something like openoffice) does
someone is trying to do a usable GUI for R ? i'm reading something on R
commander SciView and others but all seem to be beta. I'd like to make
possible to make
2009 Apr 03
2
course in ecological data analysis
Dear all,
For my PhD study I'm looking for relevant courses/workshops (short term)
in ecological data anlysis with R in Europe. After 2 days searching I'm
convinced that google is probably not the right medium to find this
information. If anyone can help me I will be most grateful.
Best regards - J. Capelle
[[alternative HTML version deleted]]
2004 Jun 23
3
[LLVMdev] weird issue with mem2reg
On Wed, Jun 23, 2004 at 03:50:09PM -0500, Patrick Meredith wrote:
> MetaSplit is an anlysis I just finished writing. It doesn't alter
> anything, all it does is build a set of "program instructions". For
> some reason even though if I run it with any other combination of
> passes I've found, anytime I run it with mem2reg I get a seg fault in
> dyn_cast!
2013 Sep 06
2
Fwd:
---------- Forwarded message ----------
From: Waqas Shafqat <waqas1518@gmail.com>
Date: Fri, Sep 6, 2013 at 10:31 PM
Subject:
To: rosyara@msu.edu
sorry sir
i have istalled plantbreeding libraray..but when i give command
"require(plantbreeding)" then following message appear
> require(plantbreeding)
Loading required package: plantbreeding
Loading required package: qtl
Failed
2013 Nov 18
2
[LLVMdev] Finding tools to solve symbolic equation in llvm
Hello,
I want to do points-to anlysis in llvm IR. I want it to be path sensitive,
which means that when I print out the result, I need append the condition
for the "May" Points-to.
I plan to using symbolic execution to achieve this goal.
Are there any tools in llvm, or stand-alone tools to solve the symbolic
equation.
Thank you!
----Peter Chang
-------------- next part
2004 Jun 23
4
[LLVMdev] weird issue with mem2reg, should have guessed
On Wed, 23 Jun 2004, Patrick Meredith wrote:
> What's different about code that's been mem2reg'd from straight front end
> code, or anything that mem2reg hasn't been run on? PHINODES!
Yup, front-ends generally don't produce SSA form. :)
> It appears to be crashing when I try to cast a Value* that's really a
> BB* (from the PHInode operands) to a User*,
2012 Dec 31
2
a problem for metafor package
Dear sir or madam
I want to know how to use "metafor"package do a meta anlysis, forest plot show the results of whole study and results of two subgroups
like this the forest plot show in the attachment.
looking forword to your reply
Regards and Cheers
Xudong Liu
School of Public Health and Primary Care
The Chinese University of Hong Kong
Email: liuxudong at cuhk.edu.hk
2006 Jun 05
1
Survey - twophase
Dear WizaRds,
I am struggling with the use of twophase in package survey. My goal
is to compute a simple example in two phase sampling:
phase 1: I sample n1=1000 circuit boards and find 80 non functional
phase 2: Given the n1=1000 sample I sample n2=100 and find 15 non
functional. Let's say, phase 2 shows this result together with phase 1:
...................phase1........
2011 Dec 28
1
Help with PCA
Dear all,
I've a correlation matrix with rows and columns headings.
I've two questions:
1) How can i import it in R, setting first row as row heading and first
column as column heading?
2) Which is the best principal component anlysis package in R?
Thanks in advance
--
View this message in context: http://r.789695.n4.nabble.com/Help-with-PCA-tp4239756p4239756.html
Sent from the R help
2012 May 11
1
Overlapping area script
Dear All
I would really appreciate some help with a script which a colleague wrote
for me (attached), but I am having problems running (and have not been able
to contact my colleague).
The script is designed to compare the area of suitable habitat in binary
projections of a large number of species current and future distributions,
and create an excel file detailing the total area suitable in the
2011 Aug 27
1
hopelessly overdispersed?
dear list!
i am running an anlysis on proportion data using binomial (quasibinomial
family) error structure. My data comprises of two continuous vars, body
size and range size, as well as of feeding guild, nest placement, nest
type and foragig strata as factors. I hope to model with these variables
the preference of primary forests (#successes) by certain bird species.
My code therefore looks
2018 Jun 13
4
RFC: Pass Execution Instrumentation interface
Fedor Sergeev <fedor.sergeev at azul.com> writes:
> On 06/12/2018 12:04 AM, David A. Greene wrote:
>> // PIA - PassInstrumentationAnalysis
>> if (PIA->skipTransformation()) {
>> return;
>> }
>> // Do it.
>> PIA->didTransformation();
> That should be easily doable (though the interface would be part of
> PassInstrumentation
> rather
2013 Nov 18
0
[LLVMdev] Finding tools to solve symbolic equation in llvm
I would suggest you take a look at KLEE, PAGAI and GiNaC.
The first two are LLVM-based tools that do symbolic manipulation (of sorts)
and the last is a C++ library for doing symbolic computation which is quite
easy to use with an RTTI build of LLVM.
If you can give us an example of what symbolic equation you might be trying
to "solve", I'm sure we can narrow it down or suggest
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg
MetaSplit is an anlysis I just finished writing. It doesn't alter anything,
all it does is build a set of "program instructions". For some reason even
though if I run it with any other combination of passes I've found, anytime
I run it with mem2reg I get a seg fault in dyn_cast! Here's output:
Starting program:
/mounts/zion/disks/0/localhome/pmeredit/llvm/tools/Debug/opt
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg, should have guessed
What's different about code that's been mem2reg'd from straight front end
code, or anything that mem2reg hasn't been run on? PHINODES! It appears to
be crashing when I try to cast a Value* that's really a BB* (from the
PHInode operands) to a User*, insteresting since I am dyn_casting. I just
caught this on cerr though (printing out what the Value* was each time).
Let me
2012 Aug 27
0
[LLVMdev] The use-define chain in LLVM
Dear All,
The code for static taint analysis (which should be similar to what you
need) is now publicly available. You can find the code at
https://github.com/thinkmoore/llvm-deps.
-- John T.
2004 Jun 23
2
[LLVMdev] weird issue with mem2reg, still
On Wed, 23 Jun 2004, Patrick Meredith wrote:
> Somehow it fails with operand out of bounds when the number of operands
> is 2 and I am asking for the second operand. Second meaning operand 1.
Okay, so you have something like this:
if (CallInst *CI = dyn_cast<CallInst>(...)) {
... = CI->getOperand(1);
}
Can you send in this snippet of code, the assertion, and the
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg, still
Somehow it fails with operand out of bounds when the number of operands is 2
and I am asking for the second operand.
----- Original Message -----
From: "Chris Lattner" <sabre at nondot.org>
To: <llvmdev at cs.uiuc.edu>
Sent: Wednesday, June 23, 2004 4:24 PM
Subject: Re: [LLVMdev] weird issue with mem2reg, should have guessed
> On Wed, 23 Jun 2004, Patrick Meredith