similar to: Thanks

Displaying 20 results from an estimated 4000 matches similar to: "Thanks"

1999 Nov 18
1
R BATCH job
Hi I am trying to run a 'R Batch' job on unix machine but somehow it locks my dterm window. If I kill the window (or logout from my unix account) it kills the R job too. It does'nt seem to happen when I run a 'Splus BATCH' command on my unix machine. Can you please give me a fix for this problem? Thank you very much. Best Regards Vipul Devas Email: vipul.devas at
1999 Dec 07
0
R Batch job on Unix system
Hi All, I execute a R BATCH job on the unix machine. About some days ago I was able to do a simulations of size 800000. Now, I am trying to do about 400000 simulations in the batch job. In this job, I calculate eigen values for 3x3 matrix 50 times and iterate it 20 times and repeat this whole thing 400 times. I checked with our system administrator if the machine was running OK and it is OK.
1999 Nov 09
3
Question on function "glm.fit"
I have a code that contains function "glm.fit" and it works in S-PLUS. But this same code (with some minor changes) does not work in R. I am supplying the part of the code. Can somebody help with this problem? The code *************************************************** x1 <- seq(from=-1,to=2, length=20) x2 <- (rep(1:5,4))/4 x <- cbind(1,x1,x2) y <-
2001 Oct 16
1
(no subject)
There's nothing in rsync to do that. How about making the files and directories all belong to another user, set the sticky bit and write for your rsync user on the directories, unset write for the files, and rsync that way, then chown afterwards? the updates to existing files will fail, leaving you only with new. Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor -
1999 Apr 15
1
Future directions of R for Windows?
Now rw0640 is released, we have achieved our main goal of being able to build easily new versions from the Unix sources, and the R functionality is as complete a copy as we can achieve easily. We are now thinking of possible enhancements, and would like your comments on the following ideas. o Use a standard MDI interface like MS Office's, say. Would you prefer an MDI interface
1999 Apr 15
1
Future directions of R for Windows?
Now rw0640 is released, we have achieved our main goal of being able to build easily new versions from the Unix sources, and the R functionality is as complete a copy as we can achieve easily. We are now thinking of possible enhancements, and would like your comments on the following ideas. o Use a standard MDI interface like MS Office's, say. Would you prefer an MDI interface
2001 Oct 17
0
rsync digest, Vol 1 #403 - 4 msgs
> If you have a set of files that are "common" to each side but for whatever reason the content of which you want to keep separate and "localized" then look into using --include and --exclude rules or perhaps an exclusion file. The syntax always gets me > and it might take a couple of tries to get the right sequence of element inclusions. Rene > --__--__-- >
1999 Mar 20
1
why "R"?
When I tell several people here in the Philippines about the wonders of using R, one of the things I am asked is why is it called "R"? Does it have anything to do with the fact that the original writers of the R code were Robert Gentlemaan & Ross Ihaka? How about "S"? Why did Becker, Chambers and Wilks call it S? Jose Ramon Albert Manila, Philippines
2001 Oct 13
1
transferring files that don't exist on remote system.
Hi, Is there a way to transfer only those files that don't exist on the remote system? That is, I don't want to update common files even when the local system has new versions of common files. best, vipul. -- Vipul Ved Prakash | "I almost died, but I made it, so I'm not so Software Design Artist | serious about formal-wear anymore." http://vipul.net/
2013 Jul 12
4
simplify a dataframe
Hello I have the following problem : group the lines of a dataframe when no information change (Matricule, Nom, Sexe, DateNaissance, Contrat, Pays) and when the value of Debut of lines i = value Fin of lines i-1 I can obtain it with a do loop. Is it possible to avoid the loop ? The dataframe initial is df1 dput(df1) structure(list(Matricule = c(1L, 1L, 1L, 6L, 6L, 6L, 6L, 6L, 6L, 8L, 8L, 8L,
2006 Mar 10
3
Ruby on Rails developers in Singapore?
Hi, Kind of wondering if there are any in Singapore, and if so would like to meet up to chat and talk shop? Maybe even form a support group for Rails, or form a community of Rails developers here? I''ve been using Rails for the past months developing an in-house web application, a port from an older application. Thks! -- Sau Sheong http://www.saush.com http://read.saush.com
2004 May 04
2
Epidemiology Tools
Hi all, Please help on this. We will be teaching epidemiology using opensource software. What are R built-in functions or functions in available packages that are capable of doing these: a) Logistic regression (glm?) b) Conditional logistic regression c) Logistic regression with random effects d) Beta-binomial regression e) Poisson regression f) Weibull regression (eha?) g) Exponential
2018 Dec 12
4
Using LLD to link against third-party libraries? How?
I need them so I can build stuff using clang or clang-cl with its C++ standard libraries. To make sure that lld-link won't give errors about missing symbols from any standard libraries. By the way, you wouldn't happen to know how to use link.exe, would you? I might need some help on that to understand how to use lld-link.exe. ________________________________ From: Zachary Turner
2018 Nov 28
2
Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
@Jonathan Goodwin: Do I have to use a flag to tell it where the LLVM include files are? And would it be easier to do that in the CMake GUI? Please tell me how you had it find the include files if that may help me. ________________________________ From: Jonathan Goodwin <jondgoodwin at gmail.com> Sent: Wednesday, November 28, 2018 6:24 AM To: zturner at google.com Cc: Osman Zakir; llvm-dev
2006 Mar 21
3
PSTN to Asterisk VOIP in Manila
Hi list, Does anyone know the legalities of connecting an Asterisk box to the PSTN in Manila or where I can find this info out? I know it is illegal in some countries. thanks -Matt
2018 Dec 12
2
Using LLD to link against third-party libraries? How?
I couldn't get it to build libcxx... You need c++ and c++abi to compile c++ code. On Wed, Dec 12, 2018, 07:01 Osman Zakir via llvm-dev < llvm-dev at lists.llvm.org> wrote: > LLVM on a Developer Command Prompt. The ones I want to fix first are the > ones from Boost and Jinja2Cpp. I saw some from those as well. > > If there any standard library ones missing, could it be
2018 Dec 11
3
Using LLD to link against third-party libraries? How?
Are you linking with a C++ compiler? A lot of those missing symbols look like they come from the C++ standard library. -David Osman Zakir via llvm-dev <llvm-dev at lists.llvm.org> writes: > @blubee blubeeme So what do you think? Got any ideas? > ---------------------------------------------------------------------- > From: Osman Zakir <osmanzakir90
2006 Apr 14
4
My consulting story
Hi everybody, I would like to be awareabout what happened to me. Two weeks ago, on a Sunday morning a French guy called me. Ask me to fix some problems with his asterisk. After fixing his problem, he asked more and more, after 10 hours of work I ask him to pay me for the first milestone. However, lucky me that I did not finish, since he never paid me. Be afraid and take your action if some
2000 Sep 29
2
Matrix inversion
I cannot find what is the function label for matrix inversion in R. I have found 'ginv' for the moore-penrose in the MASS package, but there is probably a simple inversion operator in the base package. Where can I find it? ____________________________________________ Yvonnick Noel, PhD. University of Lille 3 Department of Psychology F-59653 Villeneuve d'Ascq Cedex (+33) 320 41 63 48
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
In my code here https://github.com/DragonOsman/currency_converter , I used C++17 and managed to get it to work (though I'm only using std::map::insert_or_assign() from C++17). And I'm using Windows, so I shouldn't use LDFLAGS or CXXFLAGS as environment variables. I'll use them directly on the compiler command line instead. The libraries I need to link against are