Showing posts with label R. Show all posts
Showing posts with label R. Show all posts

Monday, May 9, 2011

R Graphics. Too Small Graphics

How to make these graphics bigger. There is a scale function

scales = list(x=list(relation="free"))

Tuesday, February 15, 2011

Links Latex

1.Really nice for R and latex

http://www.wekaleamstudios.co.uk/

R: lme and lmer Basic Functionality

R: lme and lmer Basic Functionality

This is just a quick reference to someone else's work. First of all the basics:
1. lme
http://stat.ethz.ch/R-manual/R-patched/library/nlme/html/lme.html
2. lmer
http://cran.r-project.org/web/packages/lme4/index.html

Professor Vardeman (Iowa State) has posted a very nice summary for the basic functionality of these functions. It is important to heed is warning that these functions are constantly under development (which is generally applicable to R).
http://www.public.iastate.edu/~vardeman/stat511/stat511.html
search for: lme() and lmer() Functionality (4/17/09)

Wednesday, March 31, 2010

R: lme and lmer Basic Functionality

This is just a quick reference to someone else's work. First of all the basics:
1. lme
http://stat.ethz.ch/R-manual/R-patched/library/nlme/html/lme.html
2. lmer
http://cran.r-project.org/web/packages/lme4/index.html

Professor Vardeman (Iowa State) has posted a very nice summary for the basic functionality of these functions. It is important to heed is warning that these functions are constantly under development (which is generally applicable to R).
http://www.public.iastate.edu/~vardeman/stat511/stat511.html
search for: lme() and lmer() Functionality (4/17/09)