addSigColor {ztable} | R Documentation |
Add row color or cellcolor for rows or cells of p-value less than sigp in a ztable
Description
Add row color or cellcolor for rows or cells of p-value less than sigp in a ztable
Usage
addSigColor(z, level = 0.05, bg = "lightcyan", color = "black")
Arguments
z |
An object of ztable |
level |
A p-value |
bg |
A character indicating background color |
color |
A character indicating color |
[Package ztable version 0.2.3 Index]