Search String: Display: Description: Sort:

Results:

References: [ +from:aczarn@cs.uwa.edu.au: 28 ]

Total 28 documents matching your query.

1. confidence bands for the response curve obtained using lm (score: 1)
Author: Andrew Czarn <aczarn@cs.uwa.edu.au>
Date: Mon, 8 Jul 2002 18:43:59 +0800 (WST)
to anyone who can assist. ** preface: i am using splus viz: S-PLUS : Copyright (c) 1988, 1999 MathSoft, Inc.S : Copyright Lucent Technologies, Inc. Version 5.1 Release 1 for Linux 2.0.31 : 1999 ** i
/archives/html/s-news/2002-07/msg00031.html (7,497 bytes)

2. fitting a polynominal using lm - explicit or using poly (score: 1)
Author: Andrew Czarn <aczarn@cs.uwa.edu.au>
Date: Mon, 15 Jul 2002 17:09:02 +0800 (WST)
to anyone who can assist i have observed that when i fit a polynominal using lm, i get different answers whether i use the form: lm(outcome~(iv+iv^2)) as opposed to lm(outcome~(poly(iv,2)) would anyo
/archives/html/s-news/2002-07/msg00090.html (6,983 bytes)

3. means of row and column totals (score: 1)
Author: Andrew Czarn <aczarn@cs.uwa.edu.au>
Date: Fri, 14 Jun 2002 17:12:11 +0800 (WST)
to anyone who may assist i use the following code to produce the following result, viz tempMatrix<-as.matrix(tempSearch) print(tempMatrix) print(rowSums(tempMatrix)) print(colSums(tempMatrix)) tempRo
/archives/html/s-news/2002-06/msg00116.html (7,413 bytes)

4. row and column total means - solved it (score: 1)
Author: Andrew Czarn <aczarn@cs.uwa.edu.au>
Date: Fri, 14 Jun 2002 17:24:15 +0800 (WST)
hi everyone in the last few moments i have found that this problem is trivial requiring only the following: tempRowSumsMean<-as.matrix(rowSums(tempMatrix)/ncol(tempMatrix)) tempColSumsMean<-as.matrix
/archives/html/s-news/2002-06/msg00117.html (6,768 bytes)

5. row and column totals from a two by two table (score: 1)
Author: Andrew Czarn <aczarn@cs.uwa.edu.au>
Date: Thu, 23 May 2002 16:04:10 +0800 (WST)
to anyone who can assist i use the following code to produce a two by two table of means and find the minimum value (i use print as this occurs within an interation loop), viz: tempSearch<-tapply(out
/archives/html/s-news/2002-05/msg00167.html (7,340 bytes)

6. printing row and column totals vertically (score: 1)
Author: Andrew Czarn <aczarn@cs.uwa.edu.au>
Date: Mon, 27 May 2002 17:55:49 +0800 (WST)
to anyone who can assist i implemented the following code to obtain the row and column totals from a 2 by 2 matrix, viz print(rowSums(tempMatrix)) print(colSums(tempMatrix)) the following output was
/archives/html/s-news/2002-05/msg00188.html (7,466 bytes)

7. getting a simple two by two table using models.tables (score: 1)
Author: "Andrew Czarn" <aczarn@cs.uwa.edu.au>
Date: Wed, 27 Mar 2002 13:14:22 +0800
to anyone who can assist i am using splus Version 5.1 Release 1 for Linux 2.0.31 : 1999 now, when i have run the following splus code tempAov<-aov(generationFirstAt1.0E.10~(crValueO*muValueO + Error(
/archives/html/s-news/2002-03/msg00205.html (9,603 bytes)

8. what are these files (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Thu, 15 Nov 2001 16:22:57 +0800
to anyone who can assist generally after an splus session i delete the MySwork directory via rm -rf MySwork when i restart splus, splus recreates the MySwork directory and all subdirectories undernea
/archives/html/s-news/2001-11/msg00126.html (8,460 bytes)

9. test (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Sat, 17 Nov 2001 09:24:26 +0800
/archives/html/s-news/2001-11/msg00153.html (5,858 bytes)

10. question about ampersand in BATCH in Splus (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Sat, 17 Nov 2001 11:12:01 +0800
to anyone who can offer any commentry (this email has been sent in one form or another directly to some recipients as i have had trouble getting my emails listed. if you have received a similar email
/archives/html/s-news/2001-11/msg00154.html (7,624 bytes)

11. placing BATCH into background (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Sat, 17 Nov 2001 07:51:14 +0800
to anyone who can assist i apologize in advance for what may be a very trivial question. i am using Version 5.1 Release 1 for Linux 2.0.31 : 1999. in the manual it states that if you want a BATCH job
/archives/html/s-news/2001-11/msg00155.html (7,359 bytes)

12. placing BATCH into background (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Fri, 16 Nov 2001 21:19:39 +0800
to anyone who can assist i apologize in advance for what may be a very trivial question. i am using Version 5.1 Release 1 for Linux 2.0.31 : 1999. in the manual it states that if you want a BATCH job
/archives/html/s-news/2001-11/msg00162.html (8,456 bytes)

13. automating a search problem (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Wed, 10 Jan 2001 17:09:34 +0800
to anyone who can assist currently i am carrying out aov analysis. the model consists of two factors, A and B, each of which consist of 5 levels. numerous responses are being analysed. the model i us
/archives/html/s-news/2001-01/msg00056.html (7,056 bytes)

14. creating some loop code in splus (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Wed, 24 Jan 2001 11:56:54 +0800
to anyone who can assist what i would like to do is to create splus code for the following scenario firstly, i have 10 data files i want to analyse, namely dataFile1.dat,....dataFile10.dat. the names
/archives/html/s-news/2001-01/msg00160.html (7,533 bytes)

15. [S] problem obtaining adjusted means and means from aov (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Mon, 2 Oct 2000 15:03:11 +0800
to anyone who can assist i have just run the following anova analysis: galgOA3<-aov(generationFirstAt1.0E.6~(crValueO*muValueO + Error(seedPopulationF)), data = galgO) i then proceeded to try and obt
/archives/html/s-news/2000-10/msg00003.html (8,000 bytes)

16. ignored factors in anova analysis (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Thu, 5 Oct 2000 13:02:00 +0800
to anyone who can assist i am having a curious problem with aov. when i run a model such as seedPopulationF + seedCrossoverF + seed MutationF), data = galgO) the resultant output is devoid of some of
/archives/html/s-news/2000-10/msg00029.html (9,321 bytes)

17. [S] random factors in anova (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Fri, 8 Sep 2000 16:51:35 +0800
to anyone who can help i am doing some anova analysis at the moment. the factors in my analysis are random factors. what i want to be able to do is to say which factors are significant. unfortunately
/archives/html/s-news/2000-09/msg00060.html (7,508 bytes)

18. [S] continuous random factors in anova (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Tue, 19 Sep 2000 15:32:34 +0800
to anyone who can assist my understanding of the anova (aov) model is that the response is continuous while the predictor/s are factors (categorical variables). thus, if i am using an anova model, an
/archives/html/s-news/2000-09/msg00127.html (7,422 bytes)

19. [S] omitting some observations in anova (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Wed, 2 Aug 2000 18:58:05 +0800
to anyone who can help i am using splus to carry out some anova analyses. the analyses data are generated from a randomized block design with replicates. if i find that some observations in the data
/archives/html/s-news/2000-08/msg00012.html (7,529 bytes)

20. [S] addendum - ommitting observations in anova (score: 1)
Author: aczarn@cs.uwa.edu.au
Date: Wed, 2 Aug 2000 19:00:52 +0800
hi again i should have mentioned in that last question that i would systemically omit observations where the outcome variable was a certain value for eg where any outcome is 400, the entire observati
/archives/html/s-news/2000-08/msg00013.html (6,902 bytes)


This search system is powered by Namazu