Skip to content

estimation for growth incidence curve

2 messages · mei_yuan, Spencer Graves

#
Hi,

Is there anyone who knows about estimating growth incidence curve with R?

Mei-Yuan 

Dept. of Finance
National Chung Hsing University
#
On 8/31/2014 7:52 AM, mei_yuan wrote:
library(sos)
(gi <-findFn('growth incidence') # 11 links in 4 packages
(gc <- findFn("growth curve") # 253 links in 96 packages
g. <- gi|gc
writeFindFn2xls(g.)
# writes an Excel workbook to getwd();
# first sheet = package summary;
# see package vignette
installPackages(g.)
writeFindFn2xls(g.) # produces a more informative package summary


       hope this helps.
       Spencer