Search String: Display: Description: Sort:

Results:

References: [ +from:lam@candiensten.nl: 24 ]

Total 24 documents matching your query.

1. Re: [S] Weibull parametrization (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Wed, 09 Aug 2000 17:12:52 +0200
on of the Weibull distribution used in S-PLUS? I am not obtaining the results I expected for a very simple problem. Thanks in advance, Lola. -- This messag
/archives/html/s-news/2000-08/msg00078.html (7,964 bytes)

2. Re: [S] detecting data precision (score: 1)
Author: LH Lam <lam@candiensten.nl>
Date: Fri, 28 Jul 2000 09:26:21 +0200
I think you can use the following trick. Convert your numeric vector to character, count the number of digits following the point, if any. and take the maximun of that. a1 <- c(123, 1, 23.00002, 45)
/archives/html/s-news/2000-07/msg00224.html (8,796 bytes)

3. Re: [S] S-plus jokes (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Tue, 02 May 2000 09:40:47 +0200
Q: What does the p-value mean in an epidemiological research paper? A: It stands for the Publication value, and has the following meaning: 1 - p-value = probability of getting the paper published in
/archives/html/s-news/2000-05/msg00015.html (7,134 bytes)

4. [S] Downhill Simplex method for S-PLUS (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Fri, 07 Apr 2000 17:27:11 +0200
For those who are interested, you can now download an S-PLUS routine that minimizes an S-PLUS function using the downhill simplex method. The S-PLUS routine calls a C dll which does all the compuati
/archives/html/s-news/2000-04/msg00065.html (7,505 bytes)

5. Re: [S] Downhill Simplex method for S-PLUS (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Mon, 10 Apr 2000 16:15:41 +0200
The dll that I provided does not do a restart. It starts from a starting simplex and loops until it converges. You have to do a restart "manually". Not only does the Simplex method tends to stop at a
/archives/html/s-news/2000-04/msg00087.html (11,628 bytes)

6. [S] Restarting the simplex algorithm and random restarts (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Tue, 11 Apr 2000 18:34:39 +0200
Since it was only a few extra pieces of C code to implement a restart at the point of convergence and/or random starts. I have modified my previous dll. The user can now choose for a restart at the
/archives/html/s-news/2000-04/msg00114.html (7,294 bytes)

7. Re: [S] Passing NULLs to .C (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Wed, 12 Apr 2000 12:52:46 +0200
Hi Hong Ooi, To be honest, I don't know if NULL is suported, special IEEE values such as Inf or NA are suported[ page 572 S+Prog Guide]. But you can always do the test in S-PLUS and then pass the tes
/archives/html/s-news/2000-04/msg00121.html (10,184 bytes)

8. [S] Linear Programming Problems in S-PLUS (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Wed, 19 Apr 2000 15:42:06 +0200
Hi All, programming problems of the form: maximize c'x subject to A1 * x <= b1 A2 * x >= b2 A3 * x == b3 x >= 0 It uses a C dll based on Numerical Recipes code. Cheers, Longhow http://194.171.9.6/Lhh
/archives/html/s-news/2000-04/msg00171.html (7,610 bytes)

9. Re: [S] Linear Programming Problems in S-PLUS (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Wed, 19 Apr 2000 16:17:05 +0200
To my knowledge, the C source code is not freely distributable. But a binairy version of the code (In my case a dll) is. -- This message was distributed by s-news@wubios.wustl.edu. To unsubscribe se
/archives/html/s-news/2000-04/msg00174.html (8,281 bytes)

10. Re: [S] Optimization problem (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Tue, 25 Apr 2000 11:47:24 +0200
You didn't mention your objective function, if the objective function is of the form c'w then this is a linear programming problem. Which can be solved by my linprog utility. However, This is based
/archives/html/s-news/2000-04/msg00219.html (8,296 bytes)

11. [S] Dutch and Belgium S-PLUS user's day (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Wed, 01 Mar 2000 11:02:11 +0100
Hello S-PLUS users, I apologize for the local nature of this e-mail. In cooperation with the Dutch and Belgium S-PLUS user's group and the Netherlands society for Statistics and Operations Research C
/archives/html/s-news/2000-03/msg00000.html (7,836 bytes)

12. Re: [S] refrence for linking S Plus and Excel (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Wed, 08 Mar 2000 16:29:38 +0100
I have been experimenting with this, unfortunately only with Word 2000 and Excel 2000, and not with the 97 versions. But, it still may be useful to get started. On my homepage you can download a "Wo
/archives/html/s-news/2000-03/msg00081.html (10,438 bytes)

13. Re: Contrdiction :-) [S] opening in the consulting department of MathSoft (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Tue, 21 Mar 2000 09:23:11 +0100
Staring S-PLUS, and being ?probably? one of the few people who has the tip of the day not switched off. The S-PLUS tip of today was: Don't move to Seattle. It's always raining and you wouldn't like i
/archives/html/s-news/2000-03/msg00187.html (9,359 bytes)

14. Re: [S] Importing a lot of Excel Worksheets into a data frame (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Sat, 05 Feb 2000 10:12:45 +0100
I once had this problem with a bunch of text files. One solution could be: Put all your files in one directory, use the function files.in.dir which gives you a vector of the file names. Use a loop t
/archives/html/s-news/2000-02/msg00038.html (9,997 bytes)

15. Re: [S] Restore item in menubar (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Mon, 24 Jan 2000 17:50:02 +0100
Hi Ronald, You can also restore the S-PLUS menubar as follows: Open an Object Explorer. Create a folder that filters on MenuItems If you look in that folder you will see many menu items, one of them
/archives/html/s-news/2000-01/msg00178.html (8,916 bytes)

16. Re: [S] Building customized GUIs for S-PLUS (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Mon, 12 Jul 1999 09:27:46 +0200
Dear Harald, In S-PLUS 2000 it is a little bit easier than in 4.x. One way to find out the GUI code is to use the object explorer (browser in 4.x) and have a folder filtering on MenuItems, a folder f
/archives/html/s-news/1999-07/msg00081.html (9,913 bytes)

17. Re: [S] Dialog-Function interaction problem (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Wed, 14 Jul 1999 16:11:51 +0200
Dear Mark, For obstacle 1 use the following trick tmp.func <- function(.....,variables,....){ ... if(!is.null(variables) && (length(variables) > 1 || variables != "")) variables <- sapply(unpaste(var
/archives/html/s-news/1999-07/msg00105.html (24,094 bytes)

18. [S] importing many excel sheets (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Thu, 29 Jul 1999 17:30:31 +0200
Hi S-PLUS users, I have many excel files, all excel files have a specific named sheet, say "test". The problem is that this sheet is not always on the same place, sometimes it is the first sheet of t
/archives/html/s-news/1999-07/msg00261.html (7,165 bytes)

19. [S] Incomplete Gamma function (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Wed, 19 May 1999 10:22:42 +0200
Hi All, I am looking for an implementation of the incomplete gamma function in S-PLUS. Does anyone have a ready to use function? Longhow Lam -- This message was distributed by s-news@wubios.wustl.edu
/archives/html/s-news/1999-05/msg00200.html (6,932 bytes)

20. [S] Incomplete Gamma == pgamma (score: 1)
Author: Longhow Lam <lam@candiensten.nl>
Date: Wed, 19 May 1999 16:44:36 +0200
Thanks to all who pointed out that the incomplete gamma function is simply the existing pgamma function in S-PLUS. Longhow Lam -- This message was distributed by s-news@wubios.wustl.edu. To unsubscri
/archives/html/s-news/1999-05/msg00210.html (6,841 bytes)


This search system is powered by Namazu