Dataset findset and Release Notes Version 8 6 1: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Scott
No edit summary
 
imported>Scott
No edit summary
 
Line 1: Line 1:
===Purpose===
==Changes and Bug Fixes in Version 8.6.1==
Locate a set within a label field (axisscale,label,class) in a DataSet.
===Synopsis===
:setnum = findset(dso,'field',mode,name)
===Description===
Locates a class, axisscale, or label set, as indicated in the "field" input, on the indicated mode, with the matching name (if name is supplied).


===See Also===
{| {{table}}
[[dataset_subsasign]], [[dataset_updateset]]
| align="center" style="background:#f0f0f0;"|'''File'''
| align="center" style="background:#f0f0f0;"|'''Comment'''
 
 
|----valign="top"
|'''Variable Selection'''
|
* Fixes for using variable selections with more than one window open.
 
|----valign="top"
|'''Context Menus'''
|
* Fixes for context menu positioning high DPI systems. 
 
 
|----valign="top"
|'''[[asca]]'''
|
* Update ssq_tot calculation for using included samples only.
 
|----valign="top"
|'''[[dendrogram]]'''
|
* User can now choose to add the created cluster class to the x-block instead of only being allowed to overwrite an existing class.
 
|----valign="top"
|'''[[estimatefactors]]'''
|
* Add check to avoid columns which have NaN std dev.
 
|----valign="top"
|'''[[matchrows]]'''
|
* Add option for requiring unique labels.
 
|----valign="top"
|'''[[splitcaltest]]'''
|
* Fix bug if replicates classset was not first classset.
 
|----valign="top"
|'''[[xlsreadr]]'''
|
* Update to avoid using 'basic' mode to better handle date conversion from Excel to Matlab.
|----
|}

Revision as of 11:28, 22 February 2018

Changes and Bug Fixes in Version 8.6.1

File Comment


Variable Selection
  • Fixes for using variable selections with more than one window open.
Context Menus
  • Fixes for context menu positioning high DPI systems.


asca
  • Update ssq_tot calculation for using included samples only.
dendrogram
  • User can now choose to add the created cluster class to the x-block instead of only being allowed to overwrite an existing class.
estimatefactors
  • Add check to avoid columns which have NaN std dev.
matchrows
  • Add option for requiring unique labels.
splitcaltest
  • Fix bug if replicates classset was not first classset.
xlsreadr
  • Update to avoid using 'basic' mode to better handle date conversion from Excel to Matlab.