@@ -282,8 +282,8 @@ Age_Computation <- function(
282
282
cat(paste(" parameter" , " \t " ," Bayes estimate" ," \t " ," Credible interval \n " ))
283
283
cat(" ----------------------------------------------\n " )
284
284
cat(paste(" A" ," \t\t " , round(mean(sample [,1 ]),3 ),' \n ' ))
285
- HPD_95 = ArchaeoPhases :: CredibleInterval(echantillon [[1 ]][,1 ],0.95 ,roundingOfValue = roundingOfValue )
286
- HPD_68 = ArchaeoPhases :: CredibleInterval(echantillon [[1 ]][,1 ],0.68 ,roundingOfValue = roundingOfValue )
285
+ HPD_95 = CredibleInterval(echantillon [[1 ]][,1 ],0.95 ,roundingOfValue = roundingOfValue )
286
+ HPD_68 = CredibleInterval(echantillon [[1 ]][,1 ],0.68 ,roundingOfValue = roundingOfValue )
287
287
cat(" \t\t\t\t\t\t lower bound \t upper bound\n " )
288
288
cat(" \t\t\t\t at level 95%\t " ,round(c(HPD_95 [2 ]),2 )," \t\t " ,round(c(HPD_95 [3 ]),roundingOfValue )," \n " )
289
289
cat(" \t\t\t\t at level 68%\t " ,round(c(HPD_68 [2 ]),2 )," \t\t " ,round(c(HPD_68 [3 ]),roundingOfValue )," \n " )
@@ -294,8 +294,8 @@ Age_Computation <- function(
294
294
R [1 ,c(2 ,4 )]= round(HPD_68 [2 : 3 ],roundingOfValue )
295
295
296
296
cat(paste(" D" ," \t\t " , round(mean(sample [,2 ]),roundingOfValue ),' \n ' ))
297
- HPD_95 = ArchaeoPhases :: CredibleInterval(echantillon [[1 ]][,2 ],0.95 ,roundingOfValue = roundingOfValue )
298
- HPD_68 = ArchaeoPhases :: CredibleInterval(echantillon [[1 ]][,2 ],0.68 ,roundingOfValue = roundingOfValue )
297
+ HPD_95 = CredibleInterval(echantillon [[1 ]][,2 ],0.95 ,roundingOfValue = roundingOfValue )
298
+ HPD_68 = CredibleInterval(echantillon [[1 ]][,2 ],0.68 ,roundingOfValue = roundingOfValue )
299
299
cat(" \t\t\t\t\t\t lower bound \t upper bound\n " )
300
300
cat(" \t\t\t\t at level 95%\t " ,round(c(HPD_95 [2 ]),roundingOfValue )," \t\t " ,round(c(HPD_95 [3 ]),roundingOfValue )," \n " )
301
301
cat(" \t\t\t\t at level 68%\t " ,round(c(HPD_68 [2 ]),roundingOfValue )," \t\t " ,round(c(HPD_68 [3 ]),roundingOfValue )," \n " )
@@ -306,8 +306,8 @@ Age_Computation <- function(
306
306
307
307
cat(" ----------------------------------------------\n " )
308
308
cat(paste(" sD" ," \t\t " , round(mean(sample [,3 ]),3 ),' \n ' ))
309
- HPD_95 = ArchaeoPhases :: CredibleInterval(echantillon [[1 ]][,3 ],0.95 ,roundingOfValue = roundingOfValue )
310
- HPD_68 = ArchaeoPhases :: CredibleInterval(echantillon [[1 ]][,3 ],0.68 ,roundingOfValue = roundingOfValue )
309
+ HPD_95 = CredibleInterval(echantillon [[1 ]][,3 ],0.95 ,roundingOfValue = roundingOfValue )
310
+ HPD_68 = CredibleInterval(echantillon [[1 ]][,3 ],0.68 ,roundingOfValue = roundingOfValue )
311
311
cat(" \t\t\t\t\t\t lower bound \t upper bound\n " )
312
312
cat(" \t\t\t\t at level 95%\t " ,round(c(HPD_95 [2 ]),roundingOfValue )," \t\t " ,round(c(HPD_95 [3 ]),roundingOfValue )," \n " )
313
313
cat(" \t\t\t\t at level 68%\t " ,round(c(HPD_68 [2 ]),roundingOfValue )," \t\t " ,round(c(HPD_68 [3 ]),roundingOfValue )," \n " )
0 commit comments