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
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
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
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
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
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
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(
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
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
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
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
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
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
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
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
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
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
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
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