similar to: Mean using different group for a real r beginner

Displaying 20 results from an estimated 1000 matches similar to: "Mean using different group for a real r beginner"

2013 Jan 17
3
Colors in interaction plots
Hi, I am trying to plot an interaction.plot with different color for each level of a factor. It has an erratic behavior. For example, it works for the first interaction.plot below, with the example from the ALDA book, but not with the other plots, from the NPK dataset: # from http://www.ats.ucla.edu/stat/r/examples/alda/ch2.htm tolerance <-
2007 Jan 17
2
Repeated measures
I am having a hard time understanding how to perform a "repeated measures" type of ANOVA with R. When reading the document found here: http://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_repms.html I find that there is a reference to a function make.rm () that is supposed to rearrange a "one row per person" type of frame to a "one row per observation" type
2012 Jun 28
1
the meaning of subscripts
Hi, Now i am dealing with longitudinal data set and I want to see the rough marginal plot for 2 variables separately. I found the code from one example here, reading <- read.table("http://www.ats.ucla.edu/stat/R/examples/alda/data/reading_pp.txt", header=T, sep=",") reading[reading$id %in% c(4, 27, 31, 33, 41, 49, 69, 77, 87), ] xyplot(piat~age | id ,
2018 Oct 09
3
Generar nombres de vectores dentro de una función y asignarles valor
Problema de autodidacta que no sabe cómo se llaman a las cosas, entonces no le sabe preguntar Google: Tengo una función que tiene que generar unos vectores, para después evaluarlos y devolverme el resultado; necesito que genere los nombres de los vectores y asignarles valores. Y No sé ni hacerlo ni decirlo con pocas palabras. a function(describir, segun.variable) { matriz <-
2016 Apr 27
1
error.crosses
Hello all, I have used describeBy to generate the following summary statistics. I simply need x and y error bars on a plot that has CQN (xaxis) and Price (yaxis). There should be four total points on the graph (one for each supplier). Using "error.crosses(desc$CQN, desc$Price)" does not work. group: a vars n mean sd median trimmed mad min max range skew CQN
2010 Jan 18
3
add spline to longitudinal data - preferably similar to SAS's 'I=SM50S' routine
Hi Ruser I'm trying to replicate some SAS code. I have to add a spline to my longitudinal spaghetti plot. I have the plot, but I can't add the spline, a overall trend line. In the SAS code they use the command 'I=SM50S' and I would prefer something similar. I?m using R 2.10.1 on windows XP? I have made this working example. tolerance.pp <-
2016 Apr 27
0
error.crosses
Hello all, I have used describeBy to generate the following summary statistics. I simply need x and y error bars on a plot that has CQN (xaxis) and Price (yaxis). There should be four total points on the graph (one for each supplier). Using "error.crosses(desc$CQN, desc$Price)" does not work. group: a vars n mean sd median trimmed mad min max range skew CQN
2012 Dec 29
0
thanks -- Re: syntax for identifying more than one
HI Greg, Sorry, I misunderstand your question. I am not sure whether it works with numSummary() from library(Rcmdr). You could use other ways, such as: test<-read.table(text=" ?id year incidents ?100??? 1??????? 0 ?101??? 1??????? 1 ?102??? 1??????? 21 ?100??? 1??????? 27 ?101??? 1??????? 3 ?102??? 1??????? 12 ?100??? 2??????? 5 ?101??? 2??????? 5 ?102??? 2??????? 19 ?100??? 2??????? 10
2004 Aug 23
1
Problem with winbind
I am with a problem to configure the authentication of user through winbind. The command "wbinfo -u" returns the following list: ECP+luis ECP+alda ECP+jefferson ECP+wedila ECP+root ECP+luana ECP+Administrador ECP+Convidado ECP+TsInternetUser ECP+NetShowServices ECP+IUSR_SENEGAL ECP+IWAM_SENEGAL ECP+ASPNET ECP+krbtgt ECP+HOST/celta ECP+HOST/ecp20 ECP+SENEGAL$ This windows 2000 is the
2010 Dec 30
0
Panel Data Analysis in R
You wrote: Ø Dear All, Ø Can anyone provide me with reference notes(or steps) towards analysis of?? (un)balanced panel data in R. Ø Thank you! The "plm" package does panel data analysis in R. See the vignette at: cran.r-project.org/web/packages/plm/vignettes/plm.pdf. There are other similar articles by the same authors, Yves Croissant and Giovanni Millo, and one of these is the
2006 May 08
1
Repeatability and lme
Dear R-help list members I gathered longitudinal data on fish behaviour which I try to analyse using a multi level model for change. Mostly, I am following Singer & Willett (2003), who provide also the S/R code for their examples in the book (e.g. http://www.ats.ucla.edu/stat/Splus/examples/alda/ch4.htm). Of course I am interested in change over time, but I am also very much interested in
2013 Jun 15
2
quick Help needed
Hi, i am new to this forum and not sure how it works, I am trying to do deskriptive descripe my data in terms of gender: head(scltotal) pbnr dat dep dys sop ago mis age female messpunkt2 messpunkt1 tage eintrittsjahr 1 10023 1994-02-21 0.75 1.00 0.50 0.50 0.75 35 1 8817 8817 0 1994 2 10023 1994-05-25 0.75 1.00 0.50 0.50 0.75 35 1 8910 8817
2013 Jul 10
0
permanova for multivariate repeat measures toxicology data set
Hello, I would like to use a permanova to analyze my repeated measures, multivariate data set using the package vegan (adonis function). I have several explanatory variables and many clinical biochemistry/hematological response variables (all continuous, non-normally distributed). My explanatory variables are: ID - 29 levels - individual subjects Treatment - 2 levels Sex - 2 levels Time -
2000 Aug 24
0
Beginner with beginner's problem
Dear all, I am including a part of the text from smb.log. I have followed the instructions in "Using Samba" but to no avail. I have checked through the troubleshooting chapter which directed me to the logs initially, but has nothing specific to say about bad news contained therein. The output of the log makes it clear that the problem is related to the smp_passwd file but I am not
2010 Mar 02
1
sem package and growth curves
I have been working through the book "Applied longitudinal data analysis: modeling change and event occurrence" by Judith D. Singer and John B. Willett. I have been working examples using SAS and also using it as an opportunity for learning to use R for statistical analysis. I ran into some difficulties in chapter 8 which deals with using structural equation modeling. I have tried to
2005 Sep 27
0
error NT_STATUS_ACCESS_DENIED
Hello I'm running Samba version 3.0.2a on Solaris 9 and can not get access to my defined shares. My config is below. I believe my configuration is good and I can see the server in the Windows Network browser but can not authenticate. Any one have any ideas? Thanks Steve [global] netbios name = f2z32-07 workgroup = LEVEL3 server string = %h # do not change
2007 Jul 03
2
beginner resources for CentOS
I'm looking for a good online (or even a good) "how to be a sysadmin" guide for beginners geared towards CentOS users. Does anyone have any suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070703/3ae415f2/attachment.html>
2006 Jul 20
3
Ruby beginner..
Hi All, I am a java developer. I wanna learn Ruby on Rails. Can anyone suggest some good books on Ruby or some url where can I learn the basics of Ruby. Thanks, Prabhu. --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2?/min or less. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 26
0
Re: Re: Ruby book for beginner
> Thanks for the suggestions everyone. I would probably quite like a fairly > verbose book to start with. Ruby seems to be fairly loose syntactically (if > there is such a word?) so a fairly firm guide is needed to start with :o) > > I also kept hearing about difficulties in finding Rails hosting out > there. Have > anyone else found this to be the case in commercial/free
2006 Apr 28
1
Beginner Question - <% ... %>
Regarding: <% (some code) %> I have some suspicions/general ideas about what this contruct is supposed to do, but can someone a) tell me what it''s proper name is and b) explain or point me to a resource which defines it in a formal way? Thanks in advance, Bihal -- Posted via http://www.ruby-forum.com/.