coefficent_to_p: Change coefficient to p value

View source: R/utils-coefficent-to-p.R

coefficent_to_pR Documentation

Change coefficient to p value

Description

P-value column must be named as "p" or "P" and coefficient column must be named as "Coefficient"

Usage

coefficent_to_p(
  data_frame,
  marginal_alpha = 0.1,
  keep_column = FALSE,
  show_p = FALSE
)

Arguments

data_frame

data

marginal_alpha

marginal_alpha leve

keep_column

keep other columns

show_p

show por not


jasonmoy28/psycModel documentation built on Sept. 6, 2024, 11:45 a.m.