Displaying 20 results from an estimated 101 matches for "faraways".
Did you mean:
faraway
2003 May 22
1
faraway package installation failed (PR#3076)
Full_Name: José Otero
Version: Version 1.5.0 (2002-04-29)
OS: Redhat 7.3
Submission from: (NULL) (192.187.16.164)
Hi:
Installation of package faraway
as root, from tarbal:
R CMD INSTALL ./faraway.tar.gz
ERROR: cannot extract package from './faraway.tar.gz'
idem, from zipped package:
R CMD INSTALL faraway.zip
gzip: faraway.zip has more than one entry--rest ignored
ERROR: cannot
2003 Feb 22
4
faraway tutorial: cryptic command to newbie
I am just about working through Faraways excellent tutorial "practical
regression and ANOVA using R"
on page 24 he makes the x matrix:
x <- cbind(1,gala[,-c(1,2)])
how can I understand this gala[,-c(1,2)])... I couldn't find an
explanation of such "c-like" abbreviations anywhere.
thanks for a hint.
another p...
2004 Oct 28
1
: a package problem
Dear R- users and Helpers:
I downloaded the package from www.stat.lsa.umich.edu/~faraway/book and
installed it from local zip file.
It looked fine. But when I input
library(faraway)
it showed " Error in library(faraway) : 'faraway' is not a valid package
--- installed < 2.0.0?
What I used is R 2.0.0 version now.
What should I do?
Thank you very much.
Xin
2010 May 13
1
What's data() for?
Hi there,
>library(faraway)
>pima
pregnant glucose diastolic triceps insulin bmi diabetes age test
1 6 148 72 35 0 33.6 0.627 50 1
2 1 85 66 29 0 26.6 0.351 31 0
>data(pima)
>pima
pregnant glucose diastolic triceps insulin bmi diabetes age test
1 6 148 72 35 0 33.6
2008 Jul 14
3
statistics question about a statement in julian faraway's "extending the linear model with R" text
In Julian Faraway's text on pgs 117-119, he gives a very nice, pretty
simple description of how a glm can be thought of as linear model
with non constant variance. I just didn't understand one of his
statements on the top of 118. To quote :
"We can use a similar idea to fit a GLM. Roughly speaking, we want to
regress g(y) on X with weights inversely proportional
to var(g(y).
2011 Nov 08
3
GAM
Hi R community!
I am analyzing the data set "motorins" in the package "faraway" by using
the generalized additive model. it shows the following error. Can some one
suggest me the right way?
library(faraway)
data(motorins)
motori <- motorins[motorins$Zone==1,]
library(mgcv)
>amgam <- gam(log(Payment) ~ offset(log(Insured))+
s(as.numeric(Kilometres)) + s(Bonus) + Make +
2001 Jul 12
2
R Applied Regression Text
Is this text publicized? I ran across it doing an internet search. I have
never seen any reference to it and it is not on CRAN under documentation.
http://www.stat.lsa.umich.edu/~faraway/book/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2005 Aug 03
0
regression data set
Hi,
I suggest to give a look to:
?Practical Regression and Anova using R? by Julian
Faraway
http://cran.r-project.org/doc/contrib/Faraway-PRA.pdf
http://www.stat.lsa.umich.edu/~faraway/book/
see also package faraway for datasets:
http://cbio.uct.ac.za/CRAN/src/contrib/Descriptions/faraway.html
for some econometric data sets:
http://www.oswego.edu/~kane/econometrics/data.htm
for data sets:
2004 Feb 15
4
father and son heights
Faraway's book titled "Practical Regression and Anova using R",
with full text available online at:
http://cran.r-project.org/doc/contrib/Faraway-PRA.pdf
refers to a data set, stat500, which compares midterm and final
grades. It can be used to illustrate similar concepts.
A google search for faraway.zip will locate the actual data.
---
Date: Sun, 15 Feb 2004 10:37:08 -0800
2006 May 18
2
Incomplete Output from lmer{lme4}
I'm still relatively new to R, so my apologies if this is covered
somewhere. I've been running some mixed-effect models in R using
lme{nlme}, but read in Faraway's recent book, Extending the Linear Model
with R, that lmer in package lme4 is a much improved version. I tried
using this approach, but the output for the fixed effects doesn't report
a p-value or the degrees of freedom
2008 Aug 19
1
R vs Stata on generalized linear mixed models: glmer and xtmelogit
Hello,
I have compared the potentials of R and Stata about GLMM, analysing the dataset 'ohio' in the package 'faraway' (the same dataset is analysed with GEE in the book 'Extending the linear model with R' by Julian Faraway).
Basically, I've tried the 2 commands 'glmmPQL' and 'glmer' of R and the command 'xtmelogit' of Stata. If I'm not
2009 Oct 01
1
Can You Recommend Books for Linear Mixed Models in R
All
I have been looking into the books on performing statistics in R, in
particular I am interested in General Linear Mixed Models, for Randomized
Complete Block Design Experiments
The list I have come away with so far is:
Mixed Effects Models in S and S-plus by Pinheiro (2002)
2011 Nov 09
2
Error in drawing
I have got following error in drawing wavelet fitting. can some one help?
> library(faraway)
> data(lidar)
> newlidar<-lidar[c(1:128),]
> library(wavethresh)
> wds <- wd(newlidar$logratio)
> draw(wds)
Error in plot.default(x = x, y = zwr, main = main, sub = sub, xlab = xlab,
:
formal argument "type" matched by multiple actual arguments
[[alternative HTML
2006 Oct 31
3
Missing data analysis in R
I am looking for a book that discusses the theory of multiple imputation
(and other methods of dealing with missing data) and, just as
importantly, how to implement these methods in R or S-Plus. Ideally,
the book would have a structure similar to Faraway (Regression),
Pinheiro&Bates (Mixed Effects) and Wood (GAMs) and would be very modern
(i.e. published within the last couple of years).
2004 Feb 15
2
help on compilation of R help file in LaTeX format.
Dear all,
I hope to know how to compile the R help file in LaTeX format under
Windows 2000. The TeX/LaTeX system is TeXLive 2002, and the version of
R is 1.8.x.
Another question, I hope to get the upright Greek letters, just as
these in Prof. Faraway's book "Practical Regression and Anova in R",
but I don't know which package(s) and/or font(s) should be used in
LaTeX.
Any
2006 Feb 08
0
tutorials on "statistical aspects" of R
benn at bgu.ac.il wrote:
> >There are lots of tutorials at
> <http://cran.r-project.org/other-docs.html>.
>
> I have those of course. I was looking for further tutorials.
>
> >What do you mean the "statistical aspect" of R?
>
> I mean using and building statistical models for data analysis
> specifying the possibilities of variations appearing in
2008 Mar 22
1
About R question
Hi,
After I installed R in my computer, I have loaded package Faraway, but
when I want to plot, it will show errors like below:
*> x<-c(1,2)
> y<-c(3,4)
> plot(x,y)
Error in windows() : unable to start device devWindows*
I don't know why, please help me.
Shuyan
[[alternative HTML version deleted]]
2000 Jun 19
1
missing include in pnorm.c (PR#575)
Full_Name: Julian Faraway
Version: R-Release (June 15)
OS: Linux (redhat)
Submission from: (NULL) (141.211.66.172)
R fails to compile on the current released version. Some constants
are undefined in pnorm.c. It appears that adding
#include "nmath.h"
to pnorm.c solves this problem.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list
2007 Oct 11
2
reference for logistic regression
Dear list, first accept my apologies for asking a non-R question.
Can anyone point me to a good reference on logistic regression? web or
book references would be great. I am interested in the use and
interpretation of dummy variables and prediction models.
I checked the contributed section in the CRAN homepage but could not
find anything (Julian Faraway?s "practical Regression and ANOVA
2009 Jan 22
2
Package installation failed
Hi folks,
I am currently having the problem with using R 2.8.1 that I cannot install
some of packages from CRAN or local drive and somebody may be able to help
me.
ex) faraway package and lme4 package. I have downloaded them in my hard
drive as local, but still R was unable to find the package (message showed
up as no such file). I could download most packages, but not all what I
want. I showed