richelbilderbeek / Cer2016

Community Ecology Research course 2016
GNU General Public License v3.0
1 stars 0 forks source link

Every tenth posterior does not have an nLTT statistic #120

Closed richelbilderbeek closed 8 years ago

richelbilderbeek commented 8 years ago
nltt_stats_raw <- read_collected_nltt_stats()
nltt_stats <- nltt_stats_raw[!is.na(nltt_stats_raw$nltt_stat), ]

then viewing nltt_stats looks like this:

issue

richelbilderbeek commented 8 years ago

Duplicate of #112

Why does it still occur?