You've already forked lazarus-ccr
LazStats: Inherit KappaUnit from BasicStatsReportFormUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8016 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1777,9 +1777,9 @@ end;
|
||||
// Menu "Analysis" > "Nonparametric" > "Kappa and Weighted Kappa"
|
||||
procedure TOS3MainFrm.mnuAnalysisNonPar_WeightedKappaClick(Sender: TObject);
|
||||
begin
|
||||
if WeightedKappaFrm = nil then
|
||||
Application.CreateForm(TWeightedKappaFrm, WeightedKappaFrm);
|
||||
WeightedKappaFrm.ShowModal;
|
||||
if WeightedKappaForm = nil then
|
||||
Application.CreateForm(TWeightedKappaForm, WeightedKappaForm);
|
||||
WeightedKappaForm.ShowModal;
|
||||
end;
|
||||
|
||||
// Menu "Analysis" > "Nonparametric" > "Life table"
|
||||
|
Reference in New Issue
Block a user