search for: linlin

Displaying 17 results from an estimated 17 matches for "linlin".

Did you mean: linkin
2011 Dec 17
0
[LLVMdev] striping of stdio information in llvm-gcc and clang
...; > Joerg > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -- B.S. Electrical Engineering Class of 2011 California Institute of Technology linlin at caltech.edu
2011 Dec 20
1
[LLVMdev] striping of stdio information in llvm-gcc and clang
Hi Joerg, How do I find /path/to/sparc/headers/? Many hanks, Christine On Fri, Dec 16, 2011 at 5:50 PM, Linlin Cheng <linlin at caltech.edu> wrote: > Thanks! > > On Thu, Dec 15, 2011 at 10:39 PM, Joerg Sonnenberger > <joerg at britannica.bec.de> wrote: >> On Thu, Dec 15, 2011 at 08:43:01PM -0800, Eli Friedman wrote: >>> clang's cross-compilation support isn't r...
2011 Dec 16
2
[LLVMdev] striping of stdio information in llvm-gcc and clang
On Thu, Dec 15, 2011 at 08:43:01PM -0800, Eli Friedman wrote: > clang's cross-compilation support isn't really mature; you might be > able to get away with specifying "-ccc-host-triple sparc-sun-solaris > -nostdinc -I /path/to/sparc/headers/". Please read that as "clang's cross-compilation support is not magical". It's not a question of maturity that
2011 Dec 16
0
[LLVMdev] striping of stdio information in llvm-gcc and clang
On Thu, Dec 15, 2011 at 6:08 PM, Linlin Cheng <linlin at caltech.edu> wrote: > Hi, > > I have the following test code print.c: > > #include <stdio.h> > > int main(){ >        fprintf(stderr, "Error!\n"); >        return 0; > } > > I did the following on linux to cross-compile it f...
2011 Dec 16
2
[LLVMdev] striping of stdio information in llvm-gcc and clang
Hi, I have the following test code print.c: #include <stdio.h> int main(){ fprintf(stderr, "Error!\n"); return 0; } I did the following on linux to cross-compile it for Sparc architecture: clang -m32 -c print.c -emit-llvm -o print.bc (or llvm-gcc -m32 -c print.c -emit-llvm -o print.bc) llvm-dis < print.bc -o print2.bc llc -march=sparc -mcpu=v8 print2.bc -o print_s.s if
2009 May 16
3
converting numeric to integer
Hello, Suppose I have x, which is a variable of class numeric. The calculations performed to yield x imply that mathematically it should be an integer , but due to round-off errors, it might not be (and so in either direction). The error is however small, so round(x) will yield the appropriate integer value. Moreover, this integer values is guaranteed to be representable by an
2009 Jun 03
2
FW: R.dll Reg.,
From: techzone2020@hotmail.com To: r-help@stat.math.ethz.ch; r-help-request@stat.math.ethz.ch Subject: R.dll Reg., Date: Wed, 3 Jun 2009 11:57:52 +0530 Sir, I am working in R language currently.I want to link R.dll with VISUAL BASIC in order to create GUI FRONT END.But i couldnt link because of that file is copyrighted by "R Development Core Team 1995-2008". Please
2012 Apr 02
2
linear-by-linear association model in R?
Dear all, can somebody give me some pointer how I can fit a "linear-by-linear association model" (i.e. loglinear model for the ordinal variables) in R? A brief description can be found here 'https://onlinecourses.science.psu.edu/stat504/node/141'. Thanks for your help
2009 Jun 03
2
FW: R.dll Reg.,
From: techzone2020@hotmail.com To: r-help@stat.math.ethz.ch; r-help-request@stat.math.ethz.ch Subject: R.dll Reg., Date: Wed, 3 Jun 2009 11:57:52 +0530 Sir, I am working in R language currently.I want to link R.dll with VISUAL BASIC in order to create GUI FRONT END.But i couldnt link because of that file is copyrighted by "R Development Core Team 1995-2008". Please
2009 May 27
5
How to exclude a column by name?
Given an arbitrary data frame, it is easy to exclude a column given its index: df[,-2]. How to do the same thing given the column name? A naive attempt df[,-"name"] did not work :)
2011 Jan 04
0
Package animation update (v2.0-0)
...o('use_Cairo') to show how to use the Cairo device in ?this package to obtain high-quality output ? ?o a new demo('Sweave_animation') to show how to insert animations ?into Sweave documents ? ?o a new demo('game_of_life') to demonstrate the (amusing) Game of ?Life (thanks, Linlin Yan) SIGNIFICANT CHANGES ? ?o the documentation of this package has been tremendously revised; ?hopefully it is more clear to read now ? ?o several arguments in saveMovie(), im.convert(), saveSWF() and ?saveLatex() were removed, because they can be specified by ?ani.options(); this can simplify...
2011 Jan 04
0
Package animation update (v2.0-0)
...o('use_Cairo') to show how to use the Cairo device in ?this package to obtain high-quality output ? ?o a new demo('Sweave_animation') to show how to insert animations ?into Sweave documents ? ?o a new demo('game_of_life') to demonstrate the (amusing) Game of ?Life (thanks, Linlin Yan) SIGNIFICANT CHANGES ? ?o the documentation of this package has been tremendously revised; ?hopefully it is more clear to read now ? ?o several arguments in saveMovie(), im.convert(), saveSWF() and ?saveLatex() were removed, because they can be specified by ?ani.options(); this can simplify...
2009 May 27
3
Sort matrix by column 1 ascending then by column 2 decending
I've got a matrix with 2 columns and n rows. I need to sort it first by the values in column 1 ascending. Then for values which are the same in column 1, sort by column 2 decending. For example: 2 .5 1 .3 1 .5 3 .2 Goes to: 1 .5 1 .3 2 .5 3 .2 This is easy to do in spreadsheet programs but I can't seem to work out how to do it in R and haven't been able to find a solution anywhere.
2009 May 18
9
Concatenating two vectors into one
Dear users, a very simple question: Given two vectors x and y x<-as.character(c("A","B","C","D","E","F")) y<-as.factor(c("1","2","3","4","5","6")) i want to combine them into a single vector z as A1, B2, C3 and so on. z<-x*y is not working, i tried several others
2009 Nov 23
0
R-help Digest, Vol 81, Issue 23
...olours? > ( (Ted Harding)) > 84. Re: MASS loading error (Erin Hodgess) > 85. Re: Removing "+" and "?" signs (jim holtman) > 86. Re: Removing "+" and "?" signs (Rolf Turner) > 87. Re: Removing "+" and "?" signs (Linlin Yan) > 88. Re: Removing "+" and "?" signs (Jorge Ivan Velez) > 89. how to prevent lattic barchart from drawing bar completely to > the bottom/left of the chart (Dan Kortschak) > 90. Re: Removing "+" and "?" signs (Jorge Ivan Velez) &gt...
2009 Jun 01
1
installing sn package
...    (Berwin A Turlach)   3.  Multiple ANOVA tests (Imri)   4..  r-plot (durden10)   5.  Multivariate Transformations (Hollix)   6. Re: Neural Network resource (Tony Breyal)   7. How to write a loop? (Maithili Shiva)   8. How to exclude a column by name? (Zeljko Vrba)   9. Re: How to write a loop? (Linlin Yan)   10. Re: How to exclude a column by name? (Linlin Yan)   11. Re: How to exclude a column by name? (Paul Hiemstra)   12. Re: How to exclude a column by name? (Zeljko Vrba)   13. Re: How to exclude a column by name? (Peter Dalgaard)   14. Re: Multiple ANOVA tests (Mike Lawrence)   15. Re: r-plo...
2009 Sep 11
3
For sending my R package as part of R-project
...88. (no subject) (MERAL YAY) 89. How to compare the result of GLM and GAM (Dilli Prasad Rijal) 90. R - box design-scatter plot f?r means/regression/lme? (Karrer Stefanie) 91. Re: call Fortran from R (Duncan Murdoch) 92. R: how to do this? (Luca Braglia) 93. Re: how to do this? (Linlin Yan) 94. Re: call Fortran from R (Giacomo Santini) 95. Multilevel models with sampling weights at both levels (David Kaplan) 96. R: how to do this? (Luca Braglia) 97. Re: Is there any "month" object like "LETTERS" ? (Barry Rowlingson) --------------------...