StatsTable: This function helps create a statistical table of mean and...

Description Usage Arguments Examples

View source: R/Finalfunctions.R

Description

This function helps create a statistical table of mean and STD.

Usage

1
StatsTable(Dataname, treatment1, treatment2, ID, DependentVar)

Arguments

Dataname

the filtered data file name

treatment1

the treatment name

treatment2

the other treatment name

ID

cell ID

DependentVar

the column name of the dependent variable

Examples

1
StatsTable(ephys1, "alcohol", "water", "Cell.ID", "Voltage.threshold.mV")

yuexyin/FinalProject_Yin documentation built on Jan. 1, 2021, 1:47 p.m.