Search String: Display: Description: Sort:

Results:

References: [ +from:lochapoka@web.de: 25 ]

Total 25 documents matching your query.

1. Re: tree model (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Mon, 28 Mar 2005 10:46:01 -0500
Hi Jianhe, you probably will need to do some reading on tree models to be able to use them correctly and efficiently. I suggest the documentation to the library rpart, which you can find by googling
/archives/html/s-news/2005-03/msg00145.html (11,123 bytes)

2. predicting with slm() (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Sun, 20 Feb 2005 17:04:02 +0100
Dear list members, I created 110 slm() models (family CAR) and wanted to test them on reserved data. However, it seems that no method is implemented in slm() for predicting onto new data. I can under
/archives/html/s-news/2005-02/msg00107.html (7,008 bytes)

3. Re: How do I run two batch jobs simultaneously? (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Wed, 19 Jan 2005 09:10:13 -0500
n
/archives/html/s-news/2005-01/msg00093.html (8,756 bytes)

4. Re: Controlling colour coding in image plots (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Mon, 24 Jan 2005 13:25:16 -0500
.
/archives/html/s-news/2005-01/msg00116.html (8,192 bytes)

5. non-square persp plot? (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Mon, 13 Dec 2004 09:53:37 -0500
Dear list members, I want to create a 3D persp plot that does not cover a square. Is that possible? I calculated predictions from a model for certain parameter combinations of R (growth rate) and dea
/archives/html/s-news/2004-12/msg00074.html (7,638 bytes)

6. Re: non-square persp plot? (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Tue, 14 Dec 2004 10:43:54 -0500
Thank you to Brian Ripley and Ray Brownrigg. Using NAs to fill the rectangle worked. I misunderstood the help file. However, this solution leads to "jagged" edges where the graph is cut off by NAs (s
/archives/html/s-news/2004-12/msg00090.html (10,011 bytes)

7. Re: Moran's I with distance matrix? (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Tue, 21 Dec 2004 11:01:48 -0500
he directory including the model file, i.e. File -> Chapter -> New Work
/archives/html/s-news/2004-12/msg00144.html (8,645 bytes)

8. Euclidean distance in find.neighbor (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Wed, 24 Nov 2004 17:11:09 -0500
log. here a
/archives/html/s-news/2004-11/msg00150.html (7,437 bytes)

9. Re: Update a variogram to combine terms (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Wed, 15 Sep 2004 10:44:56 -0400
ion. Thanks Urs
/archives/html/s-news/2004-09/msg00086.html (9,135 bytes)

10. problem message in lrt.slm() (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Mon, 19 Jul 2004 17:18:27 -0400
Dear list members, I received the following error message while running a likelihood ratio test on spatial slm() models (with module(spatial)). I have used this technique before successfully, so I'm
/archives/html/s-news/2004-07/msg00096.html (8,219 bytes)

11. ignore: problem message in lrt.slm() (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Tue, 20 Jul 2004 09:24:06 -0400
I found my error: despite my assurance that I checked everything, I passed a character vector instead of a numerical vector to the coefficients argument. I would have never found that through the err
/archives/html/s-news/2004-07/msg00097.html (8,925 bytes)

12. error in rpart pruning (score: 1)
Author: osd2000@yahoo.gr>
Date: Mon, 7 Jun 2004 10:35:07 -0400
Dear list members, I run and prune rpart trees in a batch file and occasionally receive a strange error that leads to a failure in the batch execution. However, the failure does not happen predictabl
/archives/html/s-news/2004-06/msg00047.html (8,667 bytes)

13. Re: error in rpart pruning (score: 1)
Author: ³ÎºÎ±Î²Î¿Ï‚ <bagavosd2000@yahoo.gr>
Date: Mon, 7 Jun 2004 11:11:38 -0400
Thanks. I did read the help page but simply did not think that there could be more than 1 minimum given the many digits Splus calculates. And because cross-validation is random I didn't get the effec
/archives/html/s-news/2004-06/msg00050.html (11,139 bytes)

14. problem with rpart installation (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Mon, 24 May 2004 13:31:44 -0400
Dear all, I'm trying to install the rpart library from Brian Ripley's webpage (http://www.stats.ox.ac.uk/pub/S/S+6/) on my Linux 7.2 computer (system information below). Although I followed the instr
/archives/html/s-news/2004-05/msg00134.html (20,567 bytes)

15. automization of 1 SE rule (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Wed, 26 May 2004 13:25:28 -0400
Dear list members, has anyone implemented a function that automates pruning rpart regression trees according to the 1 SE rule? I searched the s-news archives but couldn't find anything posted along t
/archives/html/s-news/2004-05/msg00142.html (6,785 bytes)

16. Re: automization of 1 SE rule (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Wed, 26 May 2004 16:40:36 -0400
Dear all, I implemented my own request for an automated 1 SE pruning in rpart with the following command: + min(test$cptable[,4])+test$cptable[test$cptable[,4]==min(test$cptable[,4]),5 ],1])) where "
/archives/html/s-news/2004-05/msg00143.html (6,811 bytes)

17. Re: deviance and logLik for lm objects (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Tue, 6 Apr 2004 10:18:32 -0400
I interpreted Burnham and Anderson's formula as: Loglik = (-n / 2) * LN(RSE^2 * df / n) - (n / 2) * LN(2*PI()) - (n / 2) With RSE = residual standard error (in output) df = degrees of freedom on the
/archives/html/s-news/2004-04/msg00017.html (8,729 bytes)

18. Re: Splus to ArcView (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Fri, 12 Mar 2004 09:44:32 -0500
You can export your data as a comma-speparated file or a dbase format file and import it into Arcview. Note that the variable name conventions are different in ArcView, most noticably it won't accept
/archives/html/s-news/2004-03/msg00123.html (7,420 bytes)

19. Re: nnet classification accuracy vs. other models (score: 1)
Author: "Volker Bahn" <lochapoka@web.de>
Date: Thu, 18 Mar 2004 08:52:33 -0500
I believe the paper below did a comparison relevant to your question but possibly not exactly what you are asking (I'm not sure that nnet is artificial neural networks - on of the techniques compared
/archives/html/s-news/2004-03/msg00157.html (8,406 bytes)

20. Re: centroids from ArcV to S-plus (score: 1)
Author: fr
Date: Fri, 24 Oct 2003 09:54:55 -0400
solution. I would lik
/archives/html/s-news/2003-10/msg00241.html (7,990 bytes)


This search system is powered by Namazu