table1plot: Create a Table-1-like statistical summary of experimental...

Description Usage Arguments Details Value

View source: R/table1plot.R

Description

Create a Table-1-like statistical summary of experimental results.

Usage

1

Arguments

df

A data.frame containing columns for PollinatorVisits, Cultivar, SamplingPeriods, and FlowerType. Typically, Cultivar is nested within FlowerType.

factor

The variable of factor-type for whose levels form the subsequent rows in the final table. This is typically "Cultivar".

anc

The grouping variable into which the factor variable partitions. This is typically "FlowerType".

Details

Function table1plot helps to calculate a Table 1-like set of statistical results; i.e., simple metrics including mean, variance, and so on.

Contrary to its name, table1plot doesn't actually plot anything.

Value

A data frame, with each row containing summary statistics for each factor.


studyvin/pollinatorAttractiveness documentation built on Dec. 23, 2021, 6:38 a.m.