Learn R Programming

cosinor (version 1.2.3)

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 = NULL)

Arguments

data

Data frame to analyze

Examples

Run this code
if (FALSE) {
library(shiny)
cosinor_analyzer(vitamind)
}

Run the code above in your browser using DataLab