Displaying 20 results from an estimated 17639 matches for "corresponds".
Did you mean:
correspond
2010 Oct 23
2
[Wine 1.3.5] Glu error on custom 3D application
Hello,
I am trying to run a small application called Miku Desktop Mascot. a small anim character dancing on the screen (nice distraction when all day on code lines).
current system is :
Fedora 13 x64
Nvidia GTX 460 , proprietary driver 260.19.12
Wine 1.3.5 x64
I actually am a java developer (not c++) so if I can be of any help testing, compiling wine on my machine it's possible.
thanks
2017 Feb 04
2
How to get assembly opcode mnemonic(s) corresponding to a MachineInstr?
Hi,
I'd like to modify MachineBasicBlock contents within a
MachineFunctionPass on the basis of how many CPU cycles the assembly
instructions corresponding to the MBB take. I'm using the AVR backend
and the number of CPU cycles every AVR assembly operation takes is
openly available.
Is there any straightforward way of getting the opcode mnemonics
corresponding to a MachineInstr? I've
2001 Feb 16
12
canonical correspondence analysis
Is there an R function that does canonical correspondence analysis. Can
it be done using the VR function corresp()?
If not, how hard it be to write R code to do it? I am a population
biologist with long but patchy programming experience in C, Smalltalk,
Java and other languages.
Thanks,
Patrick Foley
patfoley at csus.edu
2009 Feb 04
3
factor
...am looking into change the numeric order in the level of the factor
> x<-c("A","B","C")
> fx<-factor(x)
> fx
[1] A B C
Levels: A B C
> factor(x)
[1] A B C
Levels: A B C
> as.numeric(fx)
[1] 1 2 3
I want to change the order of the numeric into 3 corresponds to ?A? level, 2
corresponds to ?B? level and 1 corresponds to ?C? level
So when I type in
As.numeric(fx) I would like to get
3 2 1
Your help is greatly appreciated
--
View this message in context: http://www.nabble.com/factor-tp21822571p21822571.html
Sent from the R help mailing list arch...
2008 Apr 18
2
Correspondence and detrended correspondence analysis
Hi,
I hope someone knows the answer to this or has a real good reference about it (I am using Legendre & Legendre, Numerical Ecology, 1998).... My data is a data.frame with locations as rows and vegetation assemblages / species as columns. I've done a PCA, a correspondance analysis (CA) using ca in ca package and a detrended correspondance analysis (DCA) using decorana from vegan package.
2018 Oct 02
2
Reordering of load/stores using MemorySSA
Hello all,
It seems that it is insufficient to
rely on MemorySSA to correctly reorder load/stores.
For example, we have this following code:
v = load q
store 10, p
=>
store 10, p
v = load q // This is incorrect if p and q may alias
In the MemorySSA representation however,
there's no syntactic dependency between load/store,
because MemorySSA before transformation would look like this:
2010 Dec 14
4
Discriminant Correspondence Analysis
Hello everyone,
I am totally new to the R program. I have had a look at some pdf documents
that I downloaded and that explain how to do many things in R; however, I
still cannot figure out how to do what I want to do, which is to perform
Discriminant Correspondence Analysis on a rectangular matrix of data that I
have in an Excel file. I know R users frown upon Excel and recommend
converting Excel
2013 Oct 14
1
[LLVMdev] [Debug Info + LTO] Type Uniquing for C types?
On Oct 11, 2013, at 12:07 PM, Eric Christopher <echristo at gmail.com> wrote:
>>
>> Since we don't have ODR, we may have macros defined differently for a struct
>> in a .h file,
>> thus having two versions of the struct from two different CU. It seems that
>> we can't assume
>> structs with the same name and defined in the same file/line/column
2005 Mar 14
4
The corresponding Fortran77 codes for R function pt()
Hi,
I'm trying to find the corresponding Fortran77 subroutines for R
function pt(). I tried some Fortran77 subroutines to compute the t
distribution function. But none of them are as good as R function pt().
Does anyone can give me some information about it?
Thank you very much!
Tianyue
2005 Nov 26
0
correspondence analysis and canonical correspondence analysis in R
http://www.cuddyvalley.org/psychoR/code
now contains version 1.4 of ca.R
There are already many versions of CA and CCA in various R packages,
but this one has some unique features, so maybe it is useful.
The function ca() can do simple CA, but it also
allows for linear restrictions on the row and column scores (they
can be restricted to be in the span of a number of covariates). Thus
the
2009 Feb 08
2
SocketError in EmailController#correspond
SocketError in EmailController#correspond
getaddrinfo: no address associated with hostname.
Please see above, these are the errors i get when i try to email a user
on my networking site. Can you help please.
Actionmailer address = smtp.vodafone.ie
Below is code used for the email controller in
apps/controllers/email_controller.rb There doesnt seem to be any code
missing. Can someone help with
2001 Mar 01
1
[OT] correspondence analysis w/ non-mutually-exclusive categories
Greetings, again. This is not strictly an R question, so please feel free
to ignore it if you like.
My question is about the substance of correspondence
analysis. Specifically, is it appropriate to use ca on a matrix of values
such that the columns and/or rows are not mutually exclusive? To be more
detailed:
- The standard use of ca is illustrated in the example of corresp() (from
MASS):
2010 Nov 29
1
selecting only corresponding categories from a confusion matrix
Dear R colleagues,
as a result of my calculations regarding the inter-observer-variability
in bronchoscopy, I get a confusion matrix like the following:
0 1 1001 1010 11
0 609 11 54 36 6
1 1 2 6 0 2
10 14 0 0 8 4
100 4 0 0 0 0
1000 23 7 12 10 5
1001 0 0 4 0 0
1010 4 0 0 3 0
1011 1 0 1 0 2
11
2012 Jun 15
1
Customizing a Plot in Correspondence Analysis
Hello,
Using the Correspondence Analysis package (ca), I wonder if there is a way
to further customize the plot beyond the options given in plot.ca provided
by the mentioned package.
The correspondence analysis I am doing consists of two datasets sharing
only the rows, so the plot draw the total of columns (from both datasets)
in the graph and the rows as expected. However, as in my case the
2010 Jan 03
2
Scores in Dimensions in Correspondence Analysis
Hi R,
I was experimenting with the CA package for correspondence analysis.
data(author)
ca(author)
plot(ca(author))
How can I get the values used by the plot for the two axis for biplot?
In other words, how will I be able to obtain the scores in the
dimensions (which are obtained by PCA) of the graphs? Thanks.
Thanks and Regards,
Shubha
This e-mail may contain
2001 Feb 17
0
Krebs for R (was Re: canonical correspondence analysis)
R-ecologists:
Anyone wanting to create a Krebs package for R can do so using the
C-source code avalaible at:
ftp://gause.biology.ualberta.ca/pub/jbrzusto/krebs/source.zip
Barry J. Cooke Current mailing address:
Ph.D. Candidate 3971 NW 23 Circle
Environmental Biology and Ecology Gainesville, Florida, USA
Department of Biological Sciences 32605
2002 Aug 15
1
Winbind in Samba 2.2.5 not automatically mapping the NT users with corresponding UNIX accounts
Have you tried in smb.conf
username map = /usr/local/samba/lib/domainuser.map
winbind use default domain = no
For every user you have to create an entry in the
/usr/local/samba/lib/domainuser.map, that looks like
<unixusername> = "<domainname>+<username>"
I?m using a script that generates the domainuser.map automaticly, because
our users are using NIS
2011 Dec 23
3
data vector to corresonding percentile ranks
I have a problem where I need to calculate the corresponding cohort
percentile ranks for each of several variables.
Essentially, what I need is a function that will calculate the
distribution-free percentiles from each variable's data vector, returning a
corresponding vector of percentiles:
e.g.:
percentile.my.data<-/function/(my.data)
I tried to make ecdf() perform this task but
2005 Apr 07
3
analyse des correspondances multiples
bonjour,
Je voudrais faire une analyse des correspondances multiples avec R. avec
les repr?sentation graphiques correspondantes avec R.
je ne sais pas comment proc?der ..
en vour remerciant par avance
Faouzi
2012 Mar 14
1
check for data in a data.frame and return correspondent number
Dear R-ers,
still the newbie. With a question about coordinates of a vector appearing or
not in a data.frame.
I have a data.frame (MyData) with 3 columns which looks like this:
V1 V4 redNew
red-j 10.5032 appearance blood-n
red-j 9.3749 appearance ground-n
red-j 10.2167