Learn R Programming

⚠️There's a newer version (0.9.1.14) of this package.Take me there.

ClinReport (version 0.9.1.1)

Statistical Reporting in Clinical Trials

Description

It enables to create easily formatted statistical tables in 'Microsoft Word' documents in pretty formats according to 'clinical standards'. It can be used also outside the scope of clinical trials, for any statistical reporting in 'Word'. Descriptive tables for quantitative statistics (mean, median, max etc..) and/or qualitative statistics (frequencies and percentages) are available and formatted tables of Least Square Means of Linear Models, Linear Mixed Models and Generalized Linear Mixed Models coming from emmeans() function are also available. The package works with 'officer' and 'flextable' packages to export the outputs into 'Microsoft Word' documents.

Copy Link

Version

Install

install.packages('ClinReport')

Monthly Downloads

42

Version

0.9.1.1

License

GPL (>= 2)

Maintainer

JF COLLIN

Last Published

February 8th, 2019

Functions in ClinReport (0.9.1.1)

report.quali

Creates a desc object of "qualitative" statistics (frequencies and percentages) in a pretty format
is.desc

Check if it is really a desc object
report.quanti

Creates a desc object of "quantitative" statistics
spacetable

Add space to the results of a statistic table
prettyp

Return a p-value vector in nice format
ClinReport

R documentation for ClinReport package
data

Fake clinical data example
regroup

regroup method for desc object
report.doc

Transform a desc object to a flexTable object ready to export to Word using officer
desc

Constructor function for the desc object
dimnames.desc

dimnames method for desc object
report.lsmeans

Returns in a pretty format, the LS means of a model (It's not that fantastic but it's handy)
prettyround

Return a rounded vector with equal number of digits
print.desc

Print method for desc object