Displaying 6 results from an estimated 6 matches similar to: "Question about GAMs"
2011 Oct 04
2
About stepwise regression problem
First of all, I have GAMs
noxd<-gam(newNOX~pressure+maxtemp+s(avetemp,bs="cr")+s(mintemp,bs="cr")+s(RH,bs="cr")+s(solar,bs="cr")+s(windspeed,bs="cr")+s(transport,bs="cr"),family=gaussian
(link=log),groupD,methods=REML)
Then I type " summary(noxd)". and show
Family: gaussian
Link function: log
Formula:
newNO2 ~ pressure
2003 May 08
2
Forward Stepwise regression with stepAIC and step
Dear all,
I cannot seem to get the R functions step or stepAIC to perform forward
or stepwise regression as I expect. I have enclosed the example data in
a dataframe at the end of this mail. Note rubbish is and rnorm(17) variable
which I have deliberately added to the data to test the stepwise procedure.
I have used
wateruse.lm<-lm(waterusage~.,data=wateruse) # Fit full model
2008 Aug 21
4
Very confused with class
Hi all,
I am very confused with class.
I am looking at some weather data which I want to use as explanatory
variables in an lm. R has treated these variables as factors (i.e. with
different levels), whereas I want them treated as discretely measured
continuous variables. So I need to reassign the class of these
variables, right?
Indeed, doing
class(southwest$pressure)
(pressure being air
2011 Jan 10
2
How to save the output of "split" command as series of .csv files
Hello,
I am looking for a way to quickly split a data frame containing daily
temperature readings into a series of individual data frames, one for each
year, in order to save them as individual .csv files which will be named
according to Year. I would prefer not to use a series of "subset" commands
given that there are a differing number of years for the various location.
The data
2005 Jan 10
1
I have some problem about GLM function.
Dear R-Help
I 'm using GLM function to Modelling. But when I used Gamma Family in GLM, then I can't run.
It was error
> glm(DamageRatio~MinTEMP+MaxTEMP+DayRain+Group1+Group2+Group3+Year,family=Gamma())
Error in eval(expr, envir, enclos) : Non-positive values not allowed for the gamma family
Can Gamma Distribution use data begin 0 ?
and then when I used GLM in S-Plus Program then
2011 Jun 15
0
Find values from one dataframe between certain values in another dataframe
Hi all,
I have a 2 files, one with a series of beginning and end times of animal
dives in (lets call it dives). The other file is readings from a time-depth
recorder, there is a datetime reading for every second, a temperature and
light level reading (lets call it tdr).
Now I want to say from the file dives, using the start and end time of the
dives, go to the tdr file and find me the