powerReport: powerReport - print power results to screen and to a file

View source: R/ICTpower.R

powerReportR Documentation

powerReport - print power results to screen and to a file

Description

powerReport - print power results to screen and to a file

Usage

powerReport(
  paout,
  design,
  alpha,
  file,
  saveReport = TRUE,
  fpc = FALSE,
  printToScreen = TRUE
)

Arguments

paout

The *.cvs output from PersonAlytics read in to the object paout.

alpha

The type I error rate.

file

A file name for for saving the results if saveReport is TRUE.

saveReport

Logical. Should the report be saved (in addition to being printed to the console).

fpc

Logical. Should finite population corrected p-values be looked for in paout.

Value

A data frame with the mean of the parameter estimates, the standard deviation of the parameter estimates, and the power.

Author(s)

Stephen Tueller stueller@rti.org


ICTatRTI/PersonAlyticsPower documentation built on Dec. 13, 2024, 11:08 p.m.