cosinor_analyzer {cosinor}R 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)


[Package cosinor version 1.2.3 Index]