chiSquareTest: Chisquare test

Description Usage Arguments Value Examples

Description

Chisquare test to test independence between cluster distribution and dendritic compartment, age or combination of both

Usage

1
2
chiSquareTest(model, type = c("dendrite", "age", "both"),
  ageDatasetCSV = NULL)

Arguments

model

a Mclust object

type

a string denoting dendrite compartment ("dendrite"), age ("age") or combination of both ("both")

ageDatasetCSV

a path to a csv file where first column has the name of a dendrite and second column has the binary representation of the dendrite

Value

p-value of the test

Examples

1
chiSquareTest(model,type="age",system.file("extdata", "ageDataset.csv", package = "spineSimulation"))

sergioluengosanchez/spineSimulation documentation built on May 29, 2019, 9:34 a.m.