Skip to content

Releases: psychelzh/cpmr

cpmr 0.1.0

06 Oct 08:21
013837d
Compare
Choose a tag to compare

New features

  • Added summary() method to summarize the results of the CPM analysis (#8).
  • Added tidy() method to tidy the results of the CPM analysis (#10).
  • Support na_action argument in cpm() function to handle missing values in the input data (#2).

Enhancements

  • Added params to cpm() output to store the input arguments (#14).
  • Let "sum" be the default value for return_edges argument.
  • Let the first two dimensions of edges in the output be edges and networks, respectively.
  • Polish the print method of the cpm class.

cpmr 0.0.9

08 Jun 13:13
Compare
Choose a tag to compare

New features

  • Added support for row/column matrix as input for behavior and confounds data.

Maintenance

  • Added more data checks to ensure the input data are in the correct format.

cpmr 0.0.8

15 Mar 16:56
efc2b67
Compare
Choose a tag to compare
  • Added return_edges argument to optionally set how to return edges in the output.