PODCAST ALERT: “Why Is There So Much Fraud in Academia? (Update)”

AoI*: “Do experimental asset market results replicate? High powered preregistered replications of 17 claims” by Huber et al. (2024)

AoI*: “Predicting the replicability of social and behavioural science claims in COVID-19 preprints” by Marcoci et al. (2024)

CFP: Voluntas Special Issue – Advancing Nonprofit and Civil Society Research through Replication

      REED: Do a DAG Before You Do a Specification Curve Analysis

      REED: Using the Stata Package “speccurve” to Do Specification Curve Analysis

      REED: Using the R Package “specr” To Do Specification Curve Analysis


      REED & LOGCHIES: Calculating Power After Estimation – No Programming Necessary!

      REED: Calculating Power After Estimation – Everybody Should Do This!

      (1) tvaluedf,1-Power = (tcritdf,1-α/2τ )

      # Function to calculate power
      
      power_function <- function(effect_size, standard_error, df, alpha) {
        
      # This matches FIGURE 1 in Tian et al. (2024)
      # "Power to the researchers: Calculating power after estimation"
      #  Review of Development Economics
      #  http://doi.org/10.1111/rode.13130 
        
        t_crit <- qt(alpha / 2, df, lower.tail = FALSE)  
        tau <- effect_size / standard_error
        t_value = t_crit - tau
        calculate_power <- pt(t_value, df, lower.tail = FALSE)
        
        return(calculate_power)
      }

      CALL FOR PAPERS: Leibniz Open Science Day 2024 – Meta Perspectives in Social Sciences