Skip to content

Commit

Permalink
Merge pull request #9132 from derekagorhom/Changes_ColumnSummaries
Browse files Browse the repository at this point in the history
Unticked the NTotal checkbox when opening the column summaries subdialog
  • Loading branch information
N-thony authored Sep 18, 2024
2 parents 4aee62f + c807924 commit f9fa883
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instat/dlgColumnStats.vb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ Public Class dlgColumnStats

clsSummariesList.SetRCommand("c")
clsSummariesList.AddParameter("summary_count_non_missing", Chr(34) & "summary_count_non_missing" & Chr(34), bIncludeArgumentName:=False, iPosition:=1)
clsSummariesList.AddParameter("summary_count", Chr(34) & "summary_count" & Chr(34), bIncludeArgumentName:=False, iPosition:=3)
clsSummariesList.AddParameter("summary_sum", Chr(34) & "summary_sum" & Chr(34), bIncludeArgumentName:=False, iPosition:=11)

clsDefaultFunction.SetRCommand(frmMain.clsRLink.strInstatDataObject & "$calculate_summary")
Expand Down

0 comments on commit f9fa883

Please sign in to comment.