Use the list output from piecewise regression (growthfit.bin) and converts to a flat table. The single argument inputdata is the output compare.growthbinmodel.
Written by Adrian Das. (excluding burn in)
1 | assembleBinOutput(inputtable, fulldata, sitename)
|
1 2 3 4 5 | ## Not run:
bciresult=compare.growthbinmodel(linearbin.fit.trim3,export=NULL,makegraph=FALSE)
bcitable=assembleBinOutput(bciresult,sitename='bci_12_spreadSD')
write.table(bcitable,file='growth/BCIpiecewise.txt',quote=FALSE,sep='\t',row.names=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.