search for: intrepret

Displaying 15 results from an estimated 15 matches for "intrepret".

Did you mean: interpret
2006 Jan 30
3
Date Not Staying in Date Format
...e returned object is of mode "numeric" and class "array". Each array element is of mode "numeric" and class "numeric". I believe that this is the integer representation of my date. I can't seem to convert it back to a date. How do I get these to be intrepreted as a date instead of a number? Thanks, ~Dave R.
2008 Feb 08
2
correlation
...s (M1 ranging from 1 to 10) and the other is ordinal (M2 takes Low, Medium, high and very high). Do you think is ok to use cor() function to test whether the two agree, i.e correlate? I am afraid that if I set M2 to 1,2,3 and 4, the function cor() will take them as continuous and therefore lose intrepretation. Thanks for your commments David
2006 Aug 14
1
Connection scripts with the 'prexec' clause
...are it with the user(%u) they are connecting with the share as. If they are different, I want to reject the user's connection. After doing some reading, it appears that a connection script with the 'preexec' clause is the way to go but the Samba environment variables only can intrepret client's hostname, netbios name, and ip address. Is there a way for me to capture the client's logon id(%USERNAME%) or accomplish this task another way? Thanks in advance, Maurice Forte
2004 Jul 27
1
[LLVMdev] Linking to native libraries
...> $ llc X.bc -o X.s > $ gcc Y.c -o Y.o -c > $ gcc X.s Y.o -o program > $ ./program Ok, fine, and what about the interpreter? It takes 100% llvm, doesn't it? Or is there some kind of import facility (perhaps as an specially interpreted call or as an extension to llvm which makes the intrepreter dlopen the lib and map unresolved symbols in the llvm to those exported by the lib)? Thank you again. Regards, Carlos. ___________________________________________________________ 100mb gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar
2001 Sep 28
1
Summary of Characters vectors, NA's and "" in merges
Thanks to Brian Ripley, Gregory Warnes, and Dennis Murphy for considering my problem about "NA" in character strings. The nub of the issue seems to be that you can not have a string with "NA" in it in a character vector in R without it being intrepreted as meaning NA (i.e., not available). The only work-arounds involve renames of various sorts. Perhaps this is more appropriate for r-devel, but I was wondering what the future holds for character vectors in R, i.e., will this always be a problem? Although I am not smart enough to understand the G...
2008 Aug 25
3
lmer4 and variable selection
...o be able to report the relative "importance" of variables in some way but, as apparent from a number of threads, p-values seem to be the least preferred option when it comes to lmer. I've read about the mcmcsamp()-function, but I'm not entirely sure on how to use it or on how to intrepret the output. Any advice would be most appreciated. Kind regards, Andreas Nord -- View this message in context: http://www.nabble.com/lmer4-and-variable-selection-tp19146850p19146850.html Sent from the R help mailing list archive at Nabble.com.
2007 Aug 21
0
Install stops seeing USB CDrom
...go the linux askmethod approach, I can 'see' it loading the install image from the CD, it goes through the language part. Then when I select Local CD it can't find the CD. So I was thinking. Is there a driver I should be loading? Afterall, this is a DVD/CDRW and MAYBE there is an intrepretation problem? Although I have used this SAME DVD/CDRW to install on other systems.... So it might not be a drive type issue, but rather a USB driver issue? I know from past attempts, if I go the network approach, and select a USB ethernet dongle (the last on the list) it finds my USB ethernet...
2004 Jul 27
2
[LLVMdev] Linking to native libraries
Hi! I want to know if it is possible to link llvm object files with native static/shared libraries. I mean: without using the provided c/c++ frontend to compile first the sources of the libraries to llvm and then -everything being llvm- linking. For example, I would like to compile XLanguage to llvm and then link the resulting object against libXRuntime.so. If this can be done, could you give me a
2004 Jul 27
0
[LLVMdev] Linking to native libraries
On Tue, 27 Jul 2004, [iso-8859-1] Carlos Pita wrote: > I want to know if it is possible to link llvm object files with native > static/shared libraries. Absolutely, we do this routinely. > I mean: without using the provided c/c++ frontend to compile first the > sources of the libraries to llvm and then -everything being llvm- > linking. For example, I would like to compile
2005 Jan 31
2
ML-Fit for truncated distributions
Hello, maybe that my Question is a "beginner"-Question, but up to now, my research didn't bring any useful result. I'm trying to fit a distribution (e.g. lognormal) to a given set of data (ML-Estimation). I KNOW about my data that there is a truncation for all data below a well known threshold. Is there an R-solution for an ML-estimation for this kind of data-problem? As
2007 Aug 18
1
Suspected memory leak with R v.2.5.x and large matrices with dimnames set
...) that makes a couple of local copies of subsets of the matrix and then returns the result of some statistical massaging, R works mostly fine (more on this below) However, if I set the dimnames (currently commented out in the code snippet below), and then call from the R command intrepreter: res <- sapply( 1:10, function(i) { cat(i, "\n"); f() } ) gc() rm( list=ls() ) gc() unix's top command reports that R has a memory stamp of roughly 2 gig (1.2 on the MacOS box), although R's gc() command reports for this 'empty' ins...
2007 Aug 18
1
Suspected memory leak with R v.2.5.x and large matrices with dimnames set
...) that makes a couple of local copies of subsets of the matrix and then returns the result of some statistical massaging, R works mostly fine (more on this below) However, if I set the dimnames (currently commented out in the code snippet below), and then call from the R command intrepreter: res <- sapply( 1:10, function(i) { cat(i, "\n"); f() } ) gc() rm( list=ls() ) gc() unix's top command reports that R has a memory stamp of roughly 2 gig (1.2 on the MacOS box), although R's gc() command reports for this 'empty' ins...
2001 Jul 18
1
Sensibility analysis
Hi everyone, i'm actually working on a nonlinear mixed-effects model, and beginning the study of its sensibility. It takes 35 input and gives a n*35 matrix of output as it's a growth model (n is the number of days of the growth period). Well, I have to analyse the variation of the output in relation to the variation of the parameters of this models (first univariate then multivariate
2001 Feb 16
0
Regarding Trademark Dispute.
...rt their trademark rights earlier becuase it's only recently that OpenSSH has become more visible. In the United States, this would invalidate the trademark because the US requires that a trademark holder exercise due dilligence in protecting the mark -- and that due dilligence has always been intrepretted as notifying infringers immediately of the infringment and making an claim if the infringement is not stopped. Any lapse in exercising the rights is interpretted, under US Law, as an abandonment of the mark. Please find attached the response from SSH that I received. If the matter should come t...
2007 Apr 04
13
Mongrel dying daily with Ruby 1.8.6
Hi guys, I''ve been running mongrel for a while now with Ruby 1.8.4, and last week upgraded to 1.8.6. Since upgrading, each morning when I wake up there''s a big problem: 1. Accessing the site returns a "500 Internal Server Error" 2. All the mongrel_rails processes are still running, but none of them are active (when I run top) 3. Lighttpd and pound are still