search for: myse

Displaying 4 results from an estimated 4 matches for "myse".

Did you mean: mcse
2011 Sep 04
1
output and save multiple dataset from a function: sorry I could not figure out this....
Dear list: Before going into my problem, R list has been awesome for me ...thank you for the help. I have a simple problem, however I could get a answer to it... #my data myseed <- c(1001:1030) gend <- function(x){ set.seed(x) var <- rep(1:4, c(rep(4, 4))) vary <- rnorm(length(var), 50, 10) mat <- matrix(sample(c(-1,0,1), c(10*length(var)), replace = TRUE), ncol = 10) mydat <- data.frame(var, vary, mat) #filename = paste("file", x, ".txt...
2009 Mar 03
0
unable to use myse home share on a member server
Hi all, I have a strange problem : smb.conf : [global] netbios name = CORLI01 workgroup = CORMAN server string = Ancien Serveur administratif (%v) # Definition de la securite #security = user security = domain password server = ADMIN01 # passwd chat debug = yes # passwd chat = *new*password* %n\n *new*password* %n\n
2007 Jul 07
1
calculating p-values of columns in a dataframe
...t from zero. Below, I calculate the t-statistic for each column. What is a "good" method to calculate/look-up the p-value for each column? mydf=data.frame(a=c(1,-22,3,-4),b=c(5,-6,-7,9)) mymean=mean(mydf) mysd=sd(mydf) mynn=sapply(mydf, function(x) {sum ( as.numeric(x) >= -Inf) }) myse=mysd/sqrt(mynn) myt=mymean/myse myt --------------------------------- Food fight? Enjoy some healthy debate [[alternative HTML version deleted]]
2009 May 08
0
why doesn't t.test value include standard error
...- t.test(x, m=8) > attributes(myt) $names [1] "statistic" "parameter" "p.value" "conf.int" "estimate" [6] "null.value" "alternative" "method" "data.name" $class [1] "htest" > myse <- myt$estimate/myt$statistic > myse mean of x 0.4928852 > myt$statistic t 20.33975 > myt$estimate/myse mean of x 20.33975 Happy summer! Today was our last day of class in Kansas. -- Paul E. Johnson Professor, Political Science 1541 Lilac Lane, Room 504 University of Kansas