Re: [R] a question about function eval()

2005-02-24 Thread Uwe Ligges
Feng Chen wrote: Hi, I have a question about the usage of eval(). Wonder if any experienced user can help me out of it. I use eval() in the following function: semireg.pwl - function(coef.s=rnorm(1),coef.a=rnorm(1),knots.pos=knots.x,knots.ini.val=knots.val){ knotn - length(knots.pos)

Re: [R] a question about function eval()

2005-02-24 Thread Feng Chen
- Original Message - From: Feng Chen [EMAIL PROTECTED] To: Uwe Ligges [EMAIL PROTECTED] Sent: Thursday, February 24, 2005 9:52 PM Subject: Re: [R] a question about function eval() Dear Uwe, Thanks for your advice. As you may have noticed, I am a newbie to R and not fully aware

[R] a question about function eval()

2005-02-23 Thread Feng Chen
Hi, I have a question about the usage of eval(). Wonder if any experienced user can help me out of it. I use eval() in the following function: semireg.pwl - function(coef.s=rnorm(1),coef.a=rnorm(1),knots.pos=knots.x,knots.ini.val=knots.val){ knotn - length(knots.pos) def.par.env -