experiment_names: Return the names of all experiments in a dataset

Description Usage Arguments Value Note Examples

Description

Return the names of all experiments in a dataset

Usage

1

Arguments

x

A softermax object containing information about one or more experiments in 'SoftMax Pro'

Value

A vector of strings

Note

Experiment names are not exported by 'SoftMax Pro' version 6, and data are grouped under a single experiment, so "unknown" is returned.

Examples

1
2
3
4
5
## Not run: 
d <- read_softmax_xml("myfile.xml")
experiment_names(d)

## End(Not run)

briandconnelly/softermax documentation built on May 13, 2019, 7:41 a.m.