qwickr.pkfe | R Documentation |
Run descriptive summaries and generate fixed effects tables
qwickr.pkfe(x, outcomevar, groupvar, design="", assume.normal.dist=F)
x |
Data frame |
outcomevar |
Name of outcome variable |
groupvar |
Name of the group variable |
design |
specify the study design. Options: c("parallel", "crossover"). Default: "crossover" |
assume.normal.dist |
assume that the data is normally distributed? (T/F) Default: 'FALSE', the Shapiro Wilk test will be used to assess normality of the data. Data will be ranked if not normally distributed. |
Uses linear mixed effects model to compare PK parameters between groups and generate fixed effects tables as per [Health Canada](https://www.canada.ca/content/dam/hc-sc/documents/services/drugs-health-products/drug-products/applications-submissions/guidance-documents/bioavailability-bioequivalence/conduct-analysis-comparative.pdf) format.
Returns a data frame of counts and percentages for each study arm and an associated p-value for each study time point in a repeated measures design.
Abdul Malik Sulley <asulley@uwo.ca> May 7, 2020
stats::fisher.test(), q.write.to.word, utils::write.csv
x <- qwickr.pkparams(pkdata) pkfe.output <- qwickr.pkfe(x[[1]], outcomevar = "AUC", groupvar = "GROUPING")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.