timeInfluenceCheck | R Documentation |
runInfluence
.Timing check to see how long it will take to run runInfluence
.
timeInfluenceCheck(model, id)
model |
Fitted model object (glm, gamMRSea or gam) |
id |
blocking structure |
# load data
data(ns.data.re)
ns.data.re$blockid<-paste(ns.data.re$GridCode, ns.data.re$Year, ns.data.re$MonthOfYear,
ns.data.re$DayOfMonth, sep='')
ns.data.re$blockid<-as.factor(ns.data.re$blockid)
model<-gamMRSea(birds ~ observationhour + as.factor(floodebb) + as.factor(impact),
family='poisson', data=ns.data.re)
timeInfluenceCheck(model, ns.data.re$blockid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.