-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Help WantedHelp wanted/neededHelp wanted/neededNext ReleaseTo work on for new version releaseTo work on for new version releaseType: Bug
Description
See issue48-table-does-not-work-6rows-or-fewer.ipynb.
df = fp.load_data("sleep")
fp.forestplot(df.head(6), # the dataframe with results data
estimate="r", # col containing estimated effect size
ll="ll", hl="hl", # lower & higher limits of conf. int.
varlabel="label", # column containing the varlabels to be printed on far left
capitalize="capitalize", # Capitalize labels
pval="p-val", # column containing p-values to be formatted
annote=["n", "power", "est_ci"], # columns to report on left of plot
annoteheaders=["N", "Power", "Est. (95% Conf. Int.)"], # ^corresponding headers
rightannote=["formatted_pval", "group"], # columns to report on right of plot
right_annoteheaders=["P-value", "Variable group"], # ^corresponding headers
xlabel="Pearson correlation coefficient", # x-label title
table=True, # Format as a table
)chrisby and jeanbaptisteb
Metadata
Metadata
Assignees
Labels
Help WantedHelp wanted/neededHelp wanted/neededNext ReleaseTo work on for new version releaseTo work on for new version releaseType: Bug
