similar to: ANOVA and T-test with means and SEs as imput

Displaying 20 results from an estimated 3000 matches similar to: "ANOVA and T-test with means and SEs as imput"

2008 Sep 30
2
plot inside graphic area
I am trying to plot a small graphic inside the graphic area of a bigger graphic. Does anybody know the commend for that? Thanks a lot! -- MSc José Alberto F. Monteiro Botanisches Institut Universität Basel السلام عليكم [[alternative HTML version deleted]]
2007 Nov 15
2
font formating
I am tryindo to do a very simple thing but cannont find how to do it anywhere. I need to formap part of my title as subscript ans superscript. How can I do it? Thanks a lot in advance José -- MSc José Alberto F. Monteiro Botanisches Institut Universität Basel [[alternative HTML version deleted]]
2008 Jan 03
1
tukeyHSD
Does anybody know how to deffine in the test tukeyHSD the pairs of comparison that you want to get? It is throw the lmat commnad, but I don't know the correct usage... Thanks a lot! Jos? -- MSc Jos? Alberto F. Monteiro Botanisches Institut Universit?t Basel ?????? ?????
2005 Aug 15
1
error in predict glm (new levels cause problems)
Dear R-helpers, I try to perform glm's with negative binomial distributed data. So I use the MASS library and the commands: model_1 = glm.nb(response ~ y1 + y2 + ...+ yi, data = data.frame) and predict(model_1, newdata = data.frame) So far, I think everything should be ok. But when I want to perform a glm with a subset of the data, I run into an error message as soon as I want to predict
2004 Nov 08
1
plotting lm coeficients with their means
I am trying to write a function that will run a linear model and plot the regression coeficients with their corresponding means. I am having two problems. I can get the plot with the function below, but I am having trouble labeling the points. function(y,x1,x2,x3,x4){ outlm<-lm(y~x1+x2+x3+x4) imp<-as.data.frame(outlm$coef[-1]) meanvec<-c(mean(x1),mean(x2),mean(x3),mean(x4))
2004 Aug 06
1
imput data in cclust
I would like to see an example of a data matrix for cclust and how to import it to cclust. In fact, i don't know how to give my imput for cclust program! i test this file 1 0.23 1.52 2 0.52 1.25 3 0.13 1.89 4 0.78 1.11 i do >library(cclust) >x<-scan("test.matrice.phyl") >cclust(x,2,method="kmeans") i have this error message: Error in sample(length(x),
2011 Jul 17
1
function design: multiple imput names
dear all, a simple question, I need to write a function in which I retrive an undetermined number of vector in the function. I solved the problem thanks to this link http://stackoverflow.com/questions/2540232/how-to-allow-multiple-inputs-from-user-using-r so my function will look alike this my_fun <- function(...){ my_list <- lapply(..., function(x){x}) } I need just one more
2009 Jun 07
1
One rather theoretical question about fitting algorithm
Hi, What I'm trying to achieve is very fast algorithm for fitting logistic regression model. I have to estimate regression coeficients using about 10k observations. Once I have coefficients estimated, new 100 rows of data becomes available.... Now I need to reestimate coeficients using 100 newly arrived observations and removing 100 oldest observations. So, my question is would it be
2001 Jan 24
0
DSC 2001: 2nd CFP
DSC 2001 International Workshop on Distributed Statistical Computing http://www.ci.tuwien.ac.at/Conferences/DSC-2001/ March 15--17, 2001 Vienna, Austria The second international workshop on `Distributed Statistical Computing' (DSC 2001) will take place at the Technische Universität Wien in Vienna, Austria from 2001-03-15 to 2001-03-17. This workshop will deal with future directions in
2014 Dec 02
0
Samba4 ClassicUpgrade
On 02/12/14 13:04, Fabio Monteiro wrote: > Hi, Rowland! > > I know kerberos uses 88 tcp/udp port but the traffic from some client > machines (15 machines) was unbelievable. I think this clients has virus. > > Fabio Monteiro > > -------- Mensagem original -------- > Assunto: Re: [Samba] Samba4 ClassicUpgrade > De: Rowland Penny <rowlandpenny at googlemail.com>
2010 Apr 12
1
Local R Training
Hello List, I am new to R and statistics in general. My two colleges and I would like to get some training in the proper usage of R. A quick internet search provided no results for the region of Basel in Switzerland. Does some one on this list knows of any trainers or schools in the region in question or where to look next? Regards, Dominik Riva Universitätsspital Basel Med.
2010 Jun 18
0
New course schedule and new locations
Hi all, Mango have released their updated training schedule which includes new courses and new locations. Hadley Wickham will also be coming to London to teach Data Visualisation in R. Please see details below: Public Courses Our public courses include introductory to advanced training in general data analysis through to industry specific data analysis. Attendees of our public courses receive
2023 May 18
0
useR 2023 regional events
With the support of the R Foundation Conference Committee, we are happy to announce the promotion of regional R events to connect our R community and bridge us till useR! 2024. On July 21st we hold an event in Basel, with all ticket sales for the Basel event being directly donated to the R Foundation. Similar events are being planned in Shanghai and San Francisco this summer. Basel event link
2023 May 18
0
useR 2023 regional events
With the support of the R Foundation Conference Committee, we are happy to announce the promotion of regional R events to connect our R community and bridge us till useR! 2024. On July 21st we hold an event in Basel, with all ticket sales for the Basel event being directly donated to the R Foundation. Similar events are being planned in Shanghai and San Francisco this summer. Basel event link
2000 Dec 18
0
2nd Int. Workshop on Distributed Statistical Computing
DSC 2001 International Workshop on Distributed Statistical Computing http://www.ci.tuwien.ac.at/Conferences/DSC-2001 March 15--17, 2001 Vienna, Austria The second international workshop on `Distributed Statistical Computing' (DSC 2001) will take place at the Technische Universität Wien in Vienna, Austria from 2001-03-15 to 2001-03-17. This workshop will deal with future directions in
2008 Apr 19
2
mailtrain with dovecot antispam plugin
Hello all, and Johannes if you're around, I was trying to set up the "new" antispam plugin with the mailtrain backend, and i was trying to use the sendmail binary that's part of a qmail system. The message wouldn't get sent and i kept getting exit error 100 from the /var/qmail/bin/sendmail binary. To try to figure out what was happening, i mean a fake sendmail program,
2017 Dec 06
2
Coeficients estimation in a repeated measures linear model
Dear Users, I am trying to understand the inner workings of a repeated measures linear model. Take for example a situation with 6 individuals sampled twice for two conditions (control and treated). set.seed(12) ctrl <- rnorm(n = 6, mean = 2) ttd <- rnorm(n = 6, mean = 10) dat <- data.frame(vals = c(ctrl, ttd), group = c(rep("ctrl", 6), rep("ttd",
2010 Feb 24
1
Remove missing observations
Hi everyone I have the following problem: My dataframe has 3 variables: ID, Year and and an outcome variable. The dataframe contains repeated measurements because the subjects filled out a questionnaire every year. The time span covers 2 years. Now I want to check if there is a significant change in the outcome over the 2 years with a paired wilcox.test. The problem: Not every subject
2010 Oct 08
4
login_* options for 1.0.15
Hello all, Although i'm aware that version 1.0.15 is rather old, that's what is used in Lenny, so... Either way, the setup is rather simple, regular dovecot install, with maildirs residing on a "local" ext3 filesystem accessed through FC to a SAN (2Gbps link). The server has 2 cores (with HT), so "almost" 4 cores and 3GB of ram. A couple weeks ago we had a major
2008 Aug 07
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
hi folks! sorry to bother you all, but the following job announcement is in german only, because fluent german is an indispensable requirement anyway. cheers jens ---- An der Universität zu Köln, prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre, Kunsthistorisches Institut, Philosophische Fakultät ist zum 01.09.2008 befristet bis 28.02.2009 die Stelle einer/eines