Re: [R] termplot intervals - SE or CI?

2018-01-11 Thread Eric Goodwin
scaling factor. Cheers, Eric Goodwin -Original Message- From: peter dalgaard [mailto:pda...@gmail.com] Sent: Thursday, 11 January 2018 21:29 To: Eric Goodwin Cc: Duncan Murdoch ; r-help@R-project.org Subject: Re: [R] termplot intervals - SE or CI? From ?termplot: col.se, lty.se, lwd.

Re: [R] termplot intervals - SE or CI?

2018-01-11 Thread peter dalgaard
redict() is not returning standard errors in se.fit. > > Cheers, > > Eric > > -Original Message- > From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] > Sent: Wednesday, 29 June 2016 12:02 > To: Eric Goodwin ; r-help@R-project.org > Subject: Re: [R] termplot inte

Re: [R] termplot intervals - SE or CI?

2018-01-10 Thread Eric Goodwin
iginal Message- From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: Wednesday, 29 June 2016 12:02 To: Eric Goodwin ; r-help@R-project.org Subject: Re: [R] termplot intervals - SE or CI? On 28/06/2016 4:53 PM, Eric Goodwin wrote: > Hello, > > A reviewer queried what the interva

Re: [R] termplot intervals - SE or CI?

2016-06-28 Thread Duncan Murdoch
On 28/06/2016 4:53 PM, Eric Goodwin wrote: Hello, A reviewer queried what the intervals were on the termplot I provided in a report. The help file for termplot() suggests they're standard errors (se=T), but in the code the se.fit values from predict() are multiplied by 2, suggesting it's a r

[R] termplot intervals - SE or CI?

2016-06-28 Thread Eric Goodwin
Hello, A reviewer queried what the intervals were on the termplot I provided in a report. The help file for termplot() suggests they're standard errors (se=T), but in the code the se.fit values from predict() are multiplied by 2, suggesting it's a rough 95% confidence interval, is that right?

[R] termplot for mixed linear effects models

2010-08-12 Thread Meissner, Tony (DFW)
Is there an equivalent package for mixed linear effects models developed using the package "nlme" as there is for linear models? Tschüß Tony Meissner Principal Scientist (Monitoring/Statistics) Resource Monitoring Science, Monitoring and Information Division Department for Water "Imagine" © *(ph)

Re: [R] termplot

2009-01-19 Thread John Fox
-Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of Robert Michael Inman > Sent: January-19-09 8:17 AM > To: r-help@r-project.org > Subject: [R] termplot > > I have used glm and stepAIC to choose a best model. I ca

[R] termplot

2009-01-19 Thread Robert Michael Inman
I have used glm and stepAIC to choose a best model. I can use termplot to assess the contribution of each explanatory variable in the glm. However the final model after running stepAIC includes interaction terms, and when I do termplot I get "Error in `[.data.frame`(mf, , i) : undefined columns s

Re: [R] termplot reference

2007-12-14 Thread Thomas Lumley
On Fri, 14 Dec 2007, [EMAIL PROTECTED] wrote: > Dear Group, > Is there a specific reference for how termplot partitionates residuals > (part=T)? I want to use figures from termplot in a publication and wonder > about an appropriate reference (nothing in the help-file) References for types of resi

[R] termplot reference

2007-12-14 Thread robert . ptacnik
Dear Group, Is there a specific reference for how termplot partitionates residuals (part=T)? I want to use figures from termplot in a publication and wonder about an appropriate reference (nothing in the help-file) Thanks Robert ---