search for: sela

Displaying 20 results from an estimated 24 matches for "sela".

Did you mean: sel
2014 Aug 05
2
[LLVMdev] Prevent clang from replacing code with library calls
...i Jim, I have tried "-fno-builtin" but it didn't help. Thanks, David On Tue, Aug 5, 2014 at 12:12 AM, Jim Grosbach <grosbach at apple.com> wrote: > Hi David, > > "-fno-builtin” is probably what you want. > > -Jim > > On Aug 4, 2014, at 2:19 AM, David Sela <sela.david at gmail.com> wrote: > > Clang optimizes code by replacing some parts with efficient library > functions. > > For example the following code: > > for (i=0;i<size;++i) > dest[i]=src[i]; > > will be compiled to (target=ARM assembly): > >...
2007 Oct 01
4
Disentagling formulas
...ike Y <- formula$Y newY <- f(Y) lm(newY~X1+X2+X3) So far, it seems that my only option will be a very complicated sequence of steps involving match.call(). Is there a simpler way to change the response variable in a formula? Thanks in advance! Rebecca -- Rebecca Sela Statistics Department Stern School of Business New York University
2014 Sep 04
2
[LLVMdev] Conditions that cause Clang refuse inlining a function
...: > Hello > > First of all, such a question definitely belongs to cfe-dev, not llvmdev. > > Next, 'inline' is certainly a hint, and the full the answer is a first > entry here: http://clang.llvm.org/compatibility.html#inline > > On Thu, Sep 4, 2014 at 3:42 PM, David Sela <sela.david at gmail.com> wrote: > > Hi, > > > > I want to have some functions in my code inline so I use the inline > keyword: > > > > inline void foo() {} > > > > On some functions the compiler inlines the function but it fails to do > so on &...
2014 Sep 04
4
[LLVMdev] Conditions that cause Clang refuse inlining a function
Hi, I want to have some functions in my code inline so I use the *inline * keyword: *inline void foo() {}* On some functions the compiler inlines the function but it fails to do so on other functions and thus I get a linkage error: *error: undefined reference to 'foo'* What are the conditions that make the compiler refuse inline? Thanks, David p.s. I know that there are ways to pass
2009 May 06
2
NLMINB() produces NaN!
I am having the same problem as one Rebecca Sela(see bellow). On 21/12/2007 12:07 AM, Rebecca Sela wrote: >* I am trying to optimize a likelihood function using NLMINB. After running without a problem for quite a few iterations (enough that my intermediate output extends further than I can scroll back), it tries a vector of parameter values...
2009 Jun 25
2
Problems with subsets in NLME
...me(distance ~ age + Sex, data = Orthodont, random = ~ 1, subset=1:107) The second estimation works. Does anyone know if there is another work-around? (I have also e-mailed the package maintainers, but one of the e-mails bounced, so I am trying this list as well.) Thank you! Rebecca -- Rebecca Sela IOMS/Statistics Group Stern School of Business New York University
2014 Aug 07
2
[LLVMdev] Prevent clang from replacing code with library calls
...AM, Jim Grosbach <grosbach at apple.com> wrote: > I'm not sure then. Clang 3.1 is rather old. It's possible that was broken > in that version. Sorry I wasn't more help. That's the correct option to > control the behavior. > > On Aug 5, 2014, at 12:01 AM, David Sela <sela.david at gmail.com> wrote: > > Hi Jim, > I have tried "-fno-builtin" but it didn't help. > Thanks, > David > > > On Tue, Aug 5, 2014 at 12:12 AM, Jim Grosbach <grosbach at apple.com> wrote: > >> Hi David, >> >> "-fno-...
2014 Aug 04
2
[LLVMdev] Prevent clang from replacing code with library calls
Clang optimizes code by replacing some parts with efficient library functions. For example the following code: for (i=0;i<size;++i) dest[i]=src[i]; will be compiled to (target=ARM assembly): bl __aeabi_memcpy(PLT) The compile cmd: /usr/share/android-arm-l14-toolchain/bin/clang31 -cc1 -triple arm-none-linux-androideabi -S -target-abi aapcs-linux -target-cpu arm1022e
2009 May 13
3
Checking a (new) package - examples require other package functions
I am creating an R package. I ran R CMD check on the package, and everything passed until it tried to run the examples. Then, the result was: * checking examples ... ERROR Running examples in REEMtree-Ex.R failed. The error most likely occurred in: > ### * AutoCorrelationLRtest > > flush(stderr()); flush(stdout()) > > ### Name: AutoCorrelationLRtest > ### Title: Test for
2009 Jul 08
2
\dQuote in packages
I am in the process of submitting a package to CRAN. R CMD check ran successfully on the package on my local computer, using R version 2.1.1. However, on the computers for CRAN (with version 2.10.0), the following errors occurred: Warning in parse_Rd("./man/predict.Rd", encoding = "unknown") : ./man/predict.Rd:28: unknown macro '\dquote' *** error on file
2020 Jan 04
3
Connecting a VM to an existing OVS bridge
Hi, I have an existing OVS bridge, that I can see in ovs-vsctl and use for other purposes. I've edited the machine's XML as instructed in http://docs.openvswitch.org/en/latest/howto/libvirt/ When I try to start the VM, i get error: Cannot get interface MTU on 'ovsbr': No such device Any ideas? (Note: I can't see the ovs switch in brctl show or any other regular kernel tool,
2007 Dec 21
1
NaN as a parameter in NLMINB optimization
...d a few different (but very similar) likelihood functions. (They are complicated, but I can send them to someone if desired.) Is this something that can happen with NLMINB, perhaps because of a 0/0 in the gradient calculations? Or is it unique to my code? Thanks in advance! Rebecca -- Rebecca Sela Statistics Department/IOMS Stern School of Business New York University
2008 Jun 07
2
Predicting a single observatio using LME
When I use a model fit with LME, I get an error if I try to use "predict" with a dataset consisting of a single line. For example, using this data: > simpledata Y t D ID 1 -1.464740870 1 0 1 2 1.222911373 2 0 1 3 -0.605996798 3 0 1 4 0.155692707 4 0 1 5 3.849619772 1 0 2 6 4.289213902 2 0 2 7 2.369407737 3 0 2 8 2.249052533 4 0 2 9 0.920044316 1
2020 Jan 10
0
Re: Connecting a VM to an existing OVS bridge
On 1/4/20 4:48 AM, Amir Sela wrote: > Hi, > I have an existing OVS bridge, that I can see in ovs-vsctl and use > for other purposes. Does the bridge show up when you run "ovs-vsctl list-br"? Both OVS bridges I have on my system are seen in that list. I created them both with "ovs-vsctl add-br BLAH&qu...
2009 Jun 03
1
No CHM file
I just built a package in R (version 2.1.1 on a Linux machine) and then moved it to my computer (R version 2.8.1 on a Windows machine). When I loaded the package and tried to open help for one of the commands, I got the following warning: Warning message: In print.help_files_with_topic("F:/R/R-2.8.1/library/REEMtree/chm/RMSE") : No CHM help for 'RMSE' in package
2008 Jun 14
1
"False convergence" in LME
I tried to use LME (on a fairly large dataset, so I am not including it), and I got this error message: Error in lme.formula(formula(paste(c(toString(TargetName), "as.factor(nodeInd)"), : nlminb problem, convergence error code = 1 message = false convergence (8) Is there any way to get more information or to get the potentially wrong estimates from LME? (Also, the page in the
2009 Aug 09
1
Linking in R package documentation
I have two straightforward questions about linking in the man pages for R packages: First, is it possible to link from within parts of the documentation that are not the \seealso section? For example, I would like to have something like: \arguments{ \item{correlation}{an optional \code{corStruct} object describing the within-group correlation structure; the available classes are given in
2009 May 27
1
"Error: package/namespace load failed"
I am writing my first R package, and I have been getting the following series of errors when I run R CMD check: * checking S3 generic/method consistency ... WARNING Error: package/namespace load failed for 'REEMtree' Call sequence: 2: stop(gettextf("package/namespace load failed for '%s'", libraryPkgName(package)), call. = FALSE, domain = NA) 1: library(package,
2009 Jul 09
2
How to Populate List
...t? :-) (Michael A. Miller)   76. typo in ts detrending implementation in spec.pgram?       (Mikhail Titov)   77. Re: Reading from Google Docs (Farrel Buchinsky)   78. Re: matching each row (Marc Schwartz)   79. Re: OK - I got the data - now what? :-) (Mark Knecht)   80. \dQuote in packages (Rebecca Sela)   81. Re: truncated regression out-of-sample predictions       (Wouterse, Fleur (IFPRI-Senegal))   82. heatmap.2: question regarding the "raw z-score" (Chrysanthi A.)   83.  print() to file? (Steve Jaffe)   84. Re: print() to file? (Greg Snow)   85. Re: Reading from Google Docs (Gabor Gr...
2009 Jun 01
1
installing sn package
...(Duncan Murdoch)   73. Re: Labeling barplot bars by multiple factors (Mike Lawrence)   74. alternative to built-in data editor (Jose Quesada)   75. no internal function "int.unzip" in R 2.9.0 for Windows       (Carson, John)   76. "Error: package/namespace load failed" (Rebecca Sela)   77. contour lines on persp plot (Jack Siegrist)   78. Re: Neural Network resource (Indrajit Sengupta)   79. Re: alternative to built-in data editor (Peter Dalgaard)   80.  r-plot 2nd attempt (durden10)   81. R-beta: Re:Stats Seminar 18/02/98 (Roland Chariatte)   82.  problem with cbind (kayj)  ...