hi all
I need to concatenate 2 functions into one like
temp<-1:1000
for(i=0;i<1000;i++)
{
func<- func & function(beta) dweibull(temp[i],beta,eta)
}
Any idee on this?
thks
guillaume.
////////////////////////////////////////////////////////////
// Webmail Oreka : http://www.oreka.com
////////////////////////////////////////////////////////////
herodote at oreka.com wrote:> hi all > > I need to concatenate 2 functions into one like > temp<-1:1000 > for(i=0;i<1000;i++)>> { > func<- func & function(beta) dweibull(temp[i],beta,eta) > }Please read An Introduction to R. Please read the posting guide. What do you expect to be in func? This is completely unclear to me. Uwe Ligges> Any idee on this? > > thks > guillaume. > > //////////////////////////////////////////////////////////// > // Webmail Oreka : http://www.oreka.com > //////////////////////////////////////////////////////////// > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html