Displaying 1 result from an estimated 1 matches for "meandc".
Did you mean:
meand
2012 Nov 14
0
SIAR: problem> session aborted
...697)
> mndC<-c(-14.43802315, -15.70665476, -31.72316667)
> sdC<-c(0.607857866, 0.429523631, 2.840500346)
> SOURCES<-data.frame(sp,mndN,sdN,mndC,sdC)
#get TEF-table:
> sp<-c(1,2,3)
> meandN<-c(3.54,3.54,3.54)
> sddN<-c(0.001,0.001,0.001)
> meandC<-c(1.63,1.63,1.63)
> sddC<-c(0.01,0.01,0.01)
> TEF<-data.frame(sp,meandN,sddN,meandC,sddC)
#reading-in MODEL-SIAR:
> model<-siarmcmcdirichletv4(CONSUMER, SOURCES, TEF,
> concdep=0,500000,50000)
##### after loading a lot, SESSION ABORTS here ####/
Who can help me?...