"big data revolution"
"big data revolution"
Hello @obinwanne.bsky.social 👋.
Welcome on @bsky.app.
You have just been added to the meta-research and open science starting Pack 2.
go.bsky.app/DWo6RbA
My research, "Reasons for Downgrading the Certainty of Evidence for Indirectness in Synthesis of Surgical Procedures for Patients With Fractures: A Meta‐Research Analysis", has been published! Read it here: doi.org/10.1111/jep.... #publishedarticle @wileyinresearch
Reminded myself of this neat Stata trick:
𝗰𝗵𝗮𝗿 command allows you to adjust the width of specific columns in the Data Editor:
sysuse bplong
char patient[_de_col_width_] 20
char sex[_de_col_width_] 7
browse
It's perfect for dealing with ultra-long string variables in the data editor.