Re: [R] Remove me from the mailing list

2012-01-02 Thread Danai Katsande
Dear Sir/Madam,

Please kindly remove me from the mailing list as I no longer intend to
receive emails from R help.

Best

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Smoothing

2010-04-13 Thread Danai Katsande
>
> I am trying to plot a smoothing spline to using the following code, and an
> error pops up:
>
> > car <- read.table("car.csv",sep=",",header=T)
> > attach(car)
> > names(car)
>  [1] "veh_value" "exposure"  "clm"   "numclaims" "claimcst0" "veh_body"
>
>  [7] "veh_age"   "gender""area"  "agecat""X_OBSTAT_"
>
> > plot( log(veh_value), claimcst0, ylim=c(0,1))
> > smooth.spline( log(veh_value), claimcst0)
> Error in smooth.spline(log(veh_value), claimcst0) :
>   NA/NaN/Inf in foreign function call (arg 3)
> ### What does this error mean> I do not get it??
>

Tube03
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] (no subject)

2010-04-13 Thread Danai Katsande
I am trying to plot a smoothing spline to using the following code, and an
error pops up:

> car <- read.table("car.csv",sep=",",header=T)
> attach(car)
> names(car)
 [1] "veh_value" "exposure"  "clm"   "numclaims" "claimcst0" "veh_body"
 [7] "veh_age"   "gender""area"  "agecat""X_OBSTAT_"

> plot( log(veh_value), claimcst0, ylim=c(0,1))
> smooth.spline( log(veh_value), claimcst0)
Error in smooth.spline(log(veh_value), claimcst0) :
  NA/NaN/Inf in foreign function call (arg 3)
### What does this error mean> I do not get it??

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.