cosinor (version 1.1)

cosinor_analyzer: Shiny application to demonstrate cosinor fit

Description

Given a dataset, specify the outcome, time variable, and optional covariates. The app will then perform a cosinor analysis and plot the results.

Usage

cosinor_analyzer(data = vitamind)

Arguments

data

Data frame to analyze

Examples

Run this code
# NOT RUN {
library(shiny)
cosinor_analyzer(vitamind)
# }

Run the code above in your browser using DataCamp Workspace