cosinor_analyzer: Shiny application to demonstrate cosinor fit

View source: R/cosinor_analyzer.R

cosinor_analyzerR Documentation

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

## Not run: 
library(shiny)
cosinor_analyzer(vitamind)

## End(Not run)


cosinor documentation built on March 31, 2023, 11:39 p.m.