Re: [R] generating a vector of y_t = \sum_{i = 1}^t (alpha^i * x_{t - i + 1})

2011-11-27 Thread Yen, Steven T
Hi Is there a way to link a frequently-used sub-routine (in binary form or preferably in ascii form) in a program, similar to the following in Gauss? Thanks. #include c:\programs\mylib1.g; -- Steven T. Yen, Professor of Agricultural Economics The University of Tennessee

[R] Rprofile.site

2011-11-27 Thread Yen, Steven T
Dear All I inserted a frequently used function (subroutine) right into my Rprofile.site which allows me to run it each time-works great. However, this approach is obviously suitable for a short function or a small number of functions. Instead of inserting the lines in Rprofile.site, is there a

Re: [R] Rprofile.site

2011-11-27 Thread Yen, Steven T
. From: Spencer Graves [spencer.gra...@structuremonitoring.com] Sent: Sunday, November 27, 2011 10:42 PM To: Yen, Steven T Cc: r-help@r-project.org Subject: Re: [R] Rprofile.site or put them in an R package with some appropriate name like YenMisc, then include library(YenMisc