-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathja.po
More file actions
1631 lines (1251 loc) · 41.2 KB
/
Copy pathja.po
File metadata and controls
1631 lines (1251 loc) · 41.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"POT-Creation-Date: 2021-07-26 12:08:06+01000\n"
"PO-Revision-Date: 2026-03-26 05:09+0000\n"
"Last-Translator: SHIBATA Seiji <contact@sbtseiji.net>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/jamovi/jys-i18n/"
"ja/>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.17-dev\n"
#: R\mroc.b.R
msgid " [{prc}% CI]"
msgstr " [{prc}%信頼区間]"
#: R\mcor.b.R
msgid "{ciWidth}% CI Lower"
msgstr "{ciWidth}%信頼区間下限"
#: R\mcor.b.R
msgid "{ciWidth}% CI Upper"
msgstr "{ciWidth}%信頼区間上限"
#: R\mui.b.R
msgid "{varType} proposed decision"
msgstr "{varType} 決定案"
#: R\mmf.b.R
msgid "{varType} with imputed values"
msgstr "欠損値補完あり {varType}"
#: R\mout.b.R
msgid "{varType} without outliers"
msgstr "外れ値なし {varType}"
#: R\mcor.b.R
msgid "* p < .05, ** p < .01, *** p < .001, one-tailed"
msgstr "* p < .05, ** p < .01, *** p < .001, 片側検定"
#: R\mmf.b.R
msgid "**connection of a variable's observed data"
msgstr "** 観測データの接続"
#: R\mmf.b.R
msgid "*connection of a variable's missingness indicator"
msgstr "*欠損値指標の接続"
#: R\mout.b.R R\mui.b.R
msgid ""
"*p<0.05 - The hypothesis of normal distribution was rejected by the Shapiro-"
"Wilk test"
msgstr ""
"*p<0.05 ― シャピロ・ウィルク検定により、正規分布であるという仮説は棄却されま"
"した"
#: R\mmf.b.R
msgid "*pairwise complete observations"
msgstr "*ペアごとの完全な観測値"
#: mPWR/results/powerTable.columns.title
msgid "α"
msgstr "α"
#: mPWR/options/alpha.title mPWR/ui[1]/alpha.label
msgid "α (type I error rate)"
msgstr "α (タイプIエラー率)"
#: mCOR/ui[4][0]/tables/ci/ciWidth.suffix mROC/ui[1]/ciAUC/ciWidth.suffix
msgid "%"
msgstr "%"
#: mCOR/options/signif/0.001.title
msgid "< 0.001"
msgstr "< 0.001"
#: mCOR/options/signif/0.01.title
msgid "< 0.01"
msgstr "< 0.01"
#: mCOR/options/signif/0.05.title
msgid "< 0.05"
msgstr "< 0.05"
#: mCOR/options/signif/0.1.title
msgid "< 0.1"
msgstr "< 0.1"
#: R\mmf.b.R
msgid "<h2>Help</h2><div>Please select complete and incomplete variables</div>"
msgstr "<h2>ヘルプ</h2><div>完全変数と不完全変数を選択してください</div>"
#: mMF/ui[1][0][1]/patplot/npat.suffix
msgid "0 - auto"
msgstr "0 − 自動"
#: mUI/ui[0][1]/refval.label
msgid "0 ="
msgstr "0 ="
#: mPWR/options/alpha/0.001.title
msgid "0.001"
msgstr "0.001"
#: mPWR/options/alpha/0.01.title
msgid "0.01"
msgstr "0.01"
#: mPWR/options/alpha/0.05.title
msgid "0.05"
msgstr "0.05"
#: mPWR/options/alpha/0.1.title
msgid "0.1"
msgstr "0.1"
#: R\mroc.b.R
msgid "1 - Specificity"
msgstr "1 − 特異度"
#: mOUT/options/fence/1.5.title
msgid "1.5"
msgstr "1.5"
#: R\mroc.b.R
msgid "100 - Specificity (%)"
msgstr "100 − 特異度 (%)"
#: mOUT/options/tholdZS/2.0.title mOUT/options/tholdmZS/2.0.title
msgid "2.0"
msgstr "2.0"
#: mOUT/options/fence/2.2.title
msgid "2.2"
msgstr "2.2"
#: mOUT/options/tholdZS/2.5.title mOUT/options/tholdmZS/2.5.title
msgid "2.5"
msgstr "2.5"
#: mOUT/options/fence/3.0.title mOUT/options/tholdmZS/3.0.title
msgid "3.0"
msgstr "3.0"
#: mOUT/options/tholdZS/3.0.title
msgid "3.0 (standard)"
msgstr "3.0 (標準)"
#: mOUT/options/tholdZS/3.5.title
msgid "3.5"
msgstr "3.5"
#: mOUT/options/tholdmZS/3.5.title
msgid "3.5 (standard)"
msgstr "3.5(標準)"
#: mOUT/options/tholdZS/4.0.title mOUT/options/tholdmZS/4.0.title
msgid "4.0"
msgstr "4.0"
#: mOUT/options/tholdZS/4.5.title mOUT/options/tholdmZS/4.5.title
msgid "4.5"
msgstr "4.5"
#: mOUT/options/tholdZS/5.0.title mOUT/options/tholdmZS/5.0.title
msgid "5.0"
msgstr "5.0"
#: mCOR/results/matrix.description
msgid "a correlation matrix table"
msgstr "相関行列"
#: package/analyses/mPWR.title package/analyses/mPWR.menuTitle
#: mPWR/options.title mPWR/ui.title mPWR/results.title
msgid "A Priori Power Analysis"
msgstr "アプリオリ・パワー分析"
#: mPWR/results/powerTable.title
msgid "A Priori Power Analysis Results"
msgstr "アプリオリ・パワー分析結果"
#: mROC/options/palBrewer/Accent.title
msgid "Accent"
msgstr "アクセント"
#: mCOR/options/clustMet.title
msgid "Agglomeration method"
msgstr "集塊法"
#: mMF/options/alg.title
msgid "Algorythm"
msgstr "アルゴリズム"
#: mCOR/options/signif/all.title
msgid "All"
msgstr "すべて"
#: mCOR/options/plotOrder/alphabet.title
msgid "Alphabetical"
msgstr "アルファベット順"
#: mPWR/results/powerTable.columns.title
msgid "Alternative"
msgstr ""
#: mMF/results/estim/fMARtab.description
msgid "an array of MARs"
msgstr "MARの配列"
#: mCOR/options/plotOrder/AOE.title
msgid "Angular order eigenvectors"
msgstr "角順序固有ベクトル"
#: mCOR/options/clustMet/average.title
msgid "Average Linkage (UPGMA)"
msgstr "平均連結法(UPGMA)"
#: R\mui.b.R
msgid "Balance"
msgstr "バランス"
#: R\mui.b.R
msgid ""
"Balance - balance between correct and incorrect classified (TP+TN)/(FP+FN)"
msgstr "バランス 正・誤分類のバランス (TP+TN)/(FP+FN)"
#: package/datasets/BC Models ROC Estimation.name
msgid "BC Models ROC Estimation"
msgstr "BCモデルROC推定"
#: package/datasets/BC ROC classification.name
msgid "BC ROC classification"
msgstr "BC ROC分類"
#: mCOR/options/adjust/BH.title
msgid "Benjamini-Hochberg (1995)"
msgstr "Benjamini-Hochberg (1995)"
#: mCOR/options/adjust/BY.title
msgid "Benjamini-Yekutieli (2001)"
msgstr "Benjamini-Yekutieli (2001)"
#: mUI/options/model/binormal.title
msgid "Binormal"
msgstr "二変量正規分布"
#: mROC/options/BW.title
msgid "Black & White"
msgstr "モノクロ"
#: package/datasets/BC ROC classification.description
msgid "Blood cells multiple ROC Classification demonstration"
msgstr "血球のマルチROC分類デモ"
#: mCOR/options/adjust/bonferroni.title
msgid "Bonferroni (1961)"
msgstr "Bonferroni (1961)"
#: mCOR/options/clPos/b.title
msgid "Bottom"
msgstr "下"
#: mOUT/options/boxpl.title mOUT/results/plots.title
msgid "Boxplots with outliers"
msgstr "外れ値つき箱ひげ図"
#: mROC/options/palBrewer.title
msgid "Brewer's qualitative palette"
msgstr "カラーパレット"
#: mOUT/results/stat/outstat.description
msgid "Calculated fences for outliers"
msgstr "外れ値のフェンス"
#: R\mpwr.b.R
msgid "Calculated parameter: "
msgstr "計算済パラメタ "
#: R\mpwr.b.R
msgid "Calculation error:"
msgstr "計算エラー:"
#: R\mui.b.R
msgid ""
"CCR - Correct Classification Rate or accuracy of the positive and negative "
"classifications (TP+TN)/(TN+FP+FN+TP)"
msgstr "CCR 正答率、または陽性・陰性の分類精度 (TP+TN)/(TN+FP+FN+TP)"
#: mCOR/options/clustMet/centroid.title
msgid "Centroid Linkage (UPGMC)"
msgstr "重心連結法(UPGMC)"
#: package/datasets/CHD Models ROC Estimation.name
msgid "CHD Models ROC Estimation"
msgstr "CHDモデルのROC推定"
#: mCOR/results/matrix.columns.content
msgid "CI Lower"
msgstr "信頼区間下限"
#: mROC/options/ciMark.title
msgid "CI Mark"
msgstr "信頼区間マーク"
#: mCOR/results/matrix.columns.content
msgid "CI Upper"
msgstr "信頼区間上限"
#: mROC/options/ciWidth.title
msgid "CI width"
msgstr "信頼区間幅"
#: mCOR/options/plotMetU/circle.title mCOR/options/plotMetL/circle.title
msgid "Circle"
msgstr "円"
#: mMF/results/estim/mars.title
msgid "Classify missing at random (MAR)"
msgstr "無作為欠損(MAR)分類"
#: mMF/results/estim/mcar.title
msgid "Classify missing completely at random (MCAR)"
msgstr "完全無作為欠損(MCAR)分類"
#: mROC/options/class.title mROC/ui[0][1].label mUI/options/ref.title
#: mUI/ui[0][1].label
msgid "Classifying variable"
msgstr "分類変数"
#: mROC/options/theBest/bestC.title
msgid "Closest Best"
msgstr "左上隅から距離最短"
#: mROC/options/theBest/bssC.title
msgid "Closest Best (Sp, Se)"
msgstr "左上隅から距離最短(特異度・感度)"
#: mCOR/options/numClust.title
msgid "Clusters"
msgstr "クラスタ"
#: mCOR/options/plotMetU/color.title mCOR/options/plotMetL/color.title
msgid "Color"
msgstr "色"
#: mCOR/options/clustCol.title
msgid "Colored Clusters"
msgstr "色分け"
#: mCOR/options/clustMet/complete.title
msgid "Complete Linkage"
msgstr "完全連結"
#: mMF/options/learnvar.title mMF/ui[0][1].label
msgid "Complete Variables"
msgstr "完全変数"
#: mMF/options/compinres.title
msgid "Complete variables in plots"
msgstr "完全変数をプロット"
#: R\mui.b.R
msgid "Concordance"
msgstr "適合指数"
#: R\mui.b.R
msgid ""
"Concordance - C-Statistic or AUC. The probability that a random chosen "
"patient with the condition is correctly ranked higher than a randomly chosen "
"patient without the condition"
msgstr ""
"適合指数 C統計量またはAUC。ランダムに選ばれた疾患を持つ患者が、ランダムに選"
"ばれた疾患を持たない患者よりも正しく高い順位にランクされる確率"
#: mROC/results/text.title
msgid "Conditions"
msgstr "条件"
#: mROC/options/ciAUC.title mROC/ui[1]/ciAUC.label
msgid "Confidence interval"
msgstr "信頼区間"
#: mCOR/options/ci.title mCOR/ui[4][0]/tables/ci.label
msgid "Confidence interval (Pearson only)"
msgstr "信頼区間(ピアソンのみ)"
#: mCOR/options/ciWidth.title
msgid "Confidence interval width"
msgstr "信頼区間幅"
#: mCOR/options/hyp/corr.title
msgid "Correlated"
msgstr "相関あり"
#: mCOR/options/hyp/neg.title
msgid "Correlated negatively"
msgstr "負の相関あり"
#: mCOR/options/hyp/pos.title
msgid "Correlated positively"
msgstr "正の相関あり"
#: mCOR/options/vars.title mCOR/ui[0][0].label
msgid "Correlating Variables"
msgstr "相関変数"
#: R\mmf.b.R
msgid "Correlation"
msgstr "相関"
#: package/analyses/mCOR.title package/analyses/mCOR.menuTitle
#: package/datasets/Correlation clustering.name mCOR/options.title
#: mCOR/ui.title mCOR/results.title
msgid "Correlation clustering"
msgstr "相関クラスタリング"
#: package/datasets/Correlation clustering.description
msgid "Correlation Clustering demonstration"
msgstr "相関クラスタリングのデモ"
#: mCOR/options/tables.title mCOR/options/plots.title mCOR/results/matrix.title
#: mCOR/results/plot.title
msgid "Correlation matrix"
msgstr "相関行列"
#: mCOR/results/text.title
msgid "Correlations"
msgstr "相関"
#: mMF/results/estim/cplot.title
msgid "Correlations between variables"
msgstr "変数間の相関"
#: mMF/results/estim/mcar.columns.title
msgid "D²"
msgstr "D²"
#: mROC/options/palBrewer/Dark2.title
msgid "Dark2"
msgstr "ダーク2"
#: R\mui.b.R
msgid "decision"
msgstr "判断"
#: mMF/results/estim/mcar.columns.title
msgid "Degree of Freedom (df)"
msgstr "自由度 (df)"
#: mPWR/options/design.title
msgid "Design"
msgstr "デザイン"
#: R\mpwr.b.R
msgid "Design: "
msgstr "デザイン: "
#: mUI/options/UImethod/noUI.title
msgid "Dichotomization (no uncertainty)"
msgstr "二分法(不確実性なし)"
#: mROC/options/direction.title mUI/results/stat/uistat.columns.title
msgid "Direction"
msgstr "向き"
#: mUI/options/model.title
msgid "Distribution model"
msgstr "分布モデル"
#: mROC/options/dotline.title
msgid "Dotted line"
msgstr "点線"
#: mPWR/options/calc/es.title
msgid "Effect size"
msgstr "効果量"
#: R\mpwr.b.R mPWR/results/powerTable.columns.title
msgid "Effect Size"
msgstr "効果量"
#: R\mpwr.b.R
msgid "Effect size measure: Cohen's d"
msgstr "効果量指標:コーエンのd"
#: R\mpwr.b.R
msgid "Effect size measure: correlation coefficient (r)"
msgstr "効果量指標:相関係数 (r)"
#: mCOR/options/plotMetU/ellipse.title mCOR/options/plotMetL/ellipse.title
msgid "Ellipse"
msgstr "楕円"
#: R\mmf.b.R
msgid "Empty data table"
msgstr "空のデータテーブル"
#: mCOR/options/plotMetU/empty.title mCOR/options/plotMetL/empty.title
msgid "Emtpy"
msgstr "空白"
#: mMF/results/imput/errors.title
msgid "Estimated out-of-bag (OOB) imputation error"
msgstr "推定OOB補完誤差"
#: mMF/options/fullmars.title mMF/results/estim/fMARtab.title
msgid "Evaluation of MAR explainers"
msgstr "MAR説明モデルの評価"
#: mMF/results/estim/mars.columns.title
#: mMF/results/estim/fMARtab.template.columns.title
msgid "Explanatory"
msgstr "説明変数"
#: R\mmf.b.R
msgid ""
"Explanatory - variable corresponding to MAR with minimal p<sub>value</sub>."
msgstr "説明変数 最小のp<sub>値</sub> をもつMARに対応する変数です。"
#: mCOR/options/plotOrder/FPC.title
msgid "First principal component"
msgstr "第1主成分"
#: mCOR/options/flag.title
msgid "Flag significant correlations"
msgstr "有意な相関に印"
#: package.description
msgid ""
"Graphic extensions of the functionality of popular data analysis methods: "
"cluster tree of correlating variables, multifactor adaptive correlation "
"matrix, multidimensional ROC classification curves, missing data estimation "
"and imputation, outliers identificatioon and removal etc."
msgstr ""
"代表的なデータ分析手法の機能を拡張するグラフィック機能:相関変数のクラスター"
"ツリー、多因子適応型相関行列、多次元ROC分類曲線、欠損データの推定および補完、"
"外れ値の特定と除去など。"
#: R\mout.b.R
msgid "Group"
msgstr "グループ"
#: mCOR/options/group.title mCOR/ui[0][1].label mOUT/options/group.title
#: mOUT/ui[0][1].label mROC/options/groups.title mROC/ui[0][2].label
msgid "Grouping Variable"
msgstr "グループ変数"
#: R\mcor.b.R
msgid "Hₐ is negative correlation"
msgstr "対立仮説は負の相関"
#: R\mcor.b.R
msgid "Hₐ is positive correlation"
msgstr "対立仮説は正の相関"
#: package/datasets/HI ROC classification.description
msgid "Healthy/Ill ROC Classification demonstration"
msgstr "健常/病者ROC分類デモ"
#: package/datasets/HI ROC classification.name
msgid "HI ROC classification"
msgstr "健常/疾患ROC分類"
#: mCOR/options/hclust.title
msgid "Hierarchical clustering"
msgstr "階層的クラスタリング"
#: mCOR/results/treeplot.title
msgid "Hierarchical clustering tree"
msgstr "階層的クラスタリングツリー"
#: mCOR/options/adjust/hochberg.title
msgid "Hochberg (1988)"
msgstr "Hochberg (1988)"
#: mCOR/options/adjust/holm.title
msgid "Holm (1979)"
msgstr "Holm (1979)"
#: mCOR/options/adjust/hommel.title
msgid "Hommel (1988)"
msgstr "Hommel (1988)"
#: mCOR/options/hyp.title
msgid "Hypothesis"
msgstr "仮説"
#: package/datasets/Outliers identification and removal.description
msgid "Identification, analysis and removal of data outliers by groups"
msgstr "グループ別の外れ値の同定、分析および除去"
#: R\mmf.b.R
msgid ""
"If at least one p<sub>value</sub> MAR is not significant, and the "
"p<sub>value</sub> in MCAR is significant then the data is MNAR (Missing Not "
"At Random)."
msgstr ""
"少なくとも1つのMARのp<sub>値</sub> が有意でなく、かつMCARのp<sub>値</sub> が"
"有意である場合、そのデータはMNAR(非無作為欠損)となります。"
#: R\mmf.b.R
msgid "imp"
msgstr "補完"
#: R\mmf.b.R
msgid "Imputation model predictor"
msgstr "補完モデル予測変数"
#: mMF/results/imputeOV.title
msgid "Imputed misses"
msgstr "補完済欠損値"
#: mROC/options/perc.title
msgid "In percent"
msgstr "パーセント表示"
#: mMF/options/imputevar.title mMF/ui[0][0].label
msgid "Incomplete Variables"
msgstr "欠損変数"
#: R\mpwr.b.R mPWR/options/design/independent.title
msgid "Independent Samples (Student)"
msgstr "独立標本(スチューデント)"
#: R\mpwr.b.R mPWR/options/design/welch.title
msgid "Independent Samples (Welch)"
msgstr "独立標本(ウェルチ)"
#: R\mpwr.b.R mPWR/options/design/independent_np.title
msgid "Independent Samples (Wilcoxon)"
msgstr "独立標本(ウィルコクソン)"
#: R\mout.b.R
msgid "Indices (Rows)"
msgstr "インデックス(行)"
#: mMF/results/estim/fplot.title
msgid "Influx-outflux plot"
msgstr "流入・流出プロット"
#: mMF/options/fluxplot.title
msgid "Influx-outflux plot for missing data patterns"
msgstr "欠損パターンの流入・流出プロット"
#: R\mmf.b.R
msgid "Influx*"
msgstr "流入*"
#: mCOR/options/clustMat.title mCOR/results/rplots.title
msgid "Intercluster Matrices"
msgstr "クラスター間行列"
#: R\mui.b.R mUI/results/stat/uistat.columns.title
msgid "Intersection"
msgstr "交差"
#: mCOR/ui[4][0]/tables/ci/ciWidth.label mROC/ui[1]/ciAUC/ciWidth.label
msgid "Interval"
msgstr "間隔"
#: mUI/options/UImethod.title
msgid "Interval determination method"
msgstr "区間決定法"
#: mUI/ui[1].label mUI/results/stat.title
msgid "Intervals Estimation"
msgstr "区間推定"
#: mOUT/options/fence.title
msgid "IQR fence height"
msgstr "IQRフェンスの高さ"
#: mOUT/options/outlcheck/IQR.title
msgid "IQR Tukey's fences"
msgstr "IQRテューキーのフェンス"
#: package/analyses/mCOR.menuGroup package/analyses/mROC.menuGroup
#: package/analyses/mMF.menuGroup package/analyses/mOUT.menuGroup
#: package/analyses/mUI.menuGroup package/analyses/mPWR.menuGroup
#: mCOR/options.menuGroup mMF/options.menuGroup mOUT/options.menuGroup
#: mPWR/options.menuGroup mROC/options.menuGroup mUI/options.menuGroup
msgid "jYS"
msgstr "jYS"
#: package.title
msgid "jYS Extended Functions"
msgstr "jYS拡張機能"
#: mCOR/options/method/kendall.title
msgid "Kendall (τ)"
msgstr "ケンドール (τ)"
#: mCOR/results/matrix.columns.title mCOR/results/matrix.columns.content
msgid "Kendall Tau"
msgstr "ケンドールのタウ"
#: mROC/options/legacy.title
msgid "Legacy format of Specificity axis"
msgstr "従来形式の特異度軸"
#: mROC/options/legBox.title
msgid "Legend Box"
msgstr "凡例枠"
#: mUI/results/stat/intstat.columns.title
msgid "Level"
msgstr "レベル"
#: mROC/options/lwd.title
msgid "Line width"
msgstr "線幅"
#: mPWR/results/text.title
msgid "Log / Errors"
msgstr ""
#: R\mout.b.R
msgid "Lower fence"
msgstr "フェンス下限"
#: mCOR/options/plotMetL.title
msgid "Lower part"
msgstr "下部"
#: R\mui.b.R
msgid "Lower threshold"
msgstr "下限値"
#: R\mui.b.R
msgid ""
"LR- - Negative Likelihood Ratio P(-|D+))/(P(-|D-)). The probability of a "
"person with the condition receiving a negative classification / probability "
"of a person without the condition receiving a negative classification"
msgstr ""
"LR-(陰性尤度比) P(−|D+) / P(−|D−) 状態(疾患など)を有する人が「陰性」と"
"判定される確率を、状態を有さない人が「陰性」と判定される確率で割った値"
#: R\mui.b.R
msgid ""
"LR+ - Positive Likelihood Ratio (P(+|D+))/(P(+|D-)) The probability of a "
"person with the condition receiving a positive classification / probability "
"of a person without the condition receiving a positive classification"
msgstr ""
"LR+(陽性尤度比) P(+|D+) / P(+|D−) 状態(疾患など)を有する人が「陽性」と"
"判定される確率を、状態を有さない人が「陽性」と判定される確率で割った値"
#: mCOR/options/clustMan.title
msgid "Manual Clusters"
msgstr "手動クラスタ"
#: R\mmf.b.R
msgid ""
"MAR - missing at random (if each p<sub>value</sub> is significant, there is "
"evidence the data is MAR);"
msgstr ""
"MAR すべてのp<sub>値</sub> が有意であれば、データがMAR(無作為欠損)である証"
"拠となります。"
#: mMF/results/estim/mcar.description mMF/results/estim/mars.description
msgid "MAR classification table"
msgstr "MAR分類表"
#: mROC/options/mAst.title
msgid "Mark significance *<0.05, **<0.01, ***<0.001"
msgstr "有意なものに印 *<0.05, **<0.01, ***<0.001"
#: R\mcor.b.R
msgid "Matrix #{i}"
msgstr "行列 #{i}"
#: mMF/options/maxiter.title
msgid "Maximum number of iterations"
msgstr "反復回数上限"
#: mMF/results/estim/mcar.columns.content
msgid "MCAR"
msgstr "MCAR"
#: R\mmf.b.R
msgid ""
"MCAR - missing completely at random (if the p<sub>value</sub> is not "
"significant, there is evidence the data is MCAR)."
msgstr ""
"MCAR p<sub>値</sub> が有意でない場合、データがMCAR(完全無作為欠損)である証"
"拠となります。"
#: mMF/options/isMAR.title
msgid ""
"MCAR (Missing Completely at Random) and MAR (Missing at Random) estimation"
msgstr "MCAR(完全無作為欠損)およびMAR(無作為欠損)推定"
#: R\mui.b.R
msgid "MCI=0 ("
msgstr "MCI=0 ("
#: R\mui.b.R
msgid "MCI=1 ("
msgstr "MCI=1 ("
#: mCOR/options/clustMet/mcquitty.title
msgid "McQuitty Linkage (WPGMA)"
msgstr "マクイッティ連結法(WPGMA)"
#: R\mout.b.R
msgid "Mean"
msgstr "平均値"
#: R\mout.b.R
msgid "Median"
msgstr "中央値"
#: mCOR/options/clustMet/median.title
msgid "Median Linkage"
msgstr "中央値連結法"
#: mCOR/options/method.title mOUT/ui[1][0].label mUI/ui[1][3].label
msgid "Method"
msgstr "方法"
#: mPWR/options/es.title mPWR/ui[1]/es.label
msgid "Minimally-interesting effect size"
msgstr "最小関心効果量"
#: R\mmf.b.R
msgid "Minimum {minVar} variables (Complete + Incomplete) are required"
msgstr "最低でも {minVar} 個の変数(完全変数+欠損変数)が必要です"
#: R\mmf.b.R
msgid "Minimum 2 impute variables are required"
msgstr "最低でも2つの補完変数が必要です"
#: mPWR/options/power.title mPWR/ui[1]/power.label
msgid "Minimum desired power"
msgstr "最小希望検出力"
#: mMF/options/alg/mF.title
msgid "missForest (2012)"
msgstr "missForest (2012)"
#: R\mmf.b.R
msgid "missing"
msgstr "欠損"
#: mMF/results/estim/plot.title
msgid "Missing data patterns"
msgstr "欠損値パターン"
#: mMF/results/estim/mcar.columns.title
msgid "Missing Patterns"
msgstr "欠損パターン"
#: mMF/ui[1].label mMF/results/estim.title
msgid "Missing Values Estimation"
msgstr "欠損値推定"
#: package/analyses/mMF.title package/analyses/mMF.menuTitle mMF/options.title
#: mMF/ui.title mMF/results.title
msgid "Missing Values Estimation and Imputation"
msgstr "欠損値推定・補完"
#: package/datasets/Missing Values Imputation.name mMF/ui[2].label
#: mMF/results/imput.title
msgid "Missing Values Imputation"
msgstr "欠損値補完"
#: package/datasets/Missing Values Imputation.description
msgid "Missing values imputation using the prediction power of Random Forests"
msgstr "ランダムフォレストによる欠損値補完"
#: mMF/options/alg/mR.title
msgid "missRanger (2021)"
msgstr "missRanger (2021)"
#: mUI/options/isMD.title mUI/results/plotsMD.title
msgid "Mixed Densities"
msgstr "混合密度"
#: mOUT/options/outlcheck/mZS.title
msgid "Modified Z-score (Hampel filter)"
msgstr "修正Z得点(ハンペル・フィルター)"
#: mUI/options/isMCI.title mUI/results/stat/mcistat.title
msgid "More Certain Interval (MCI)"
msgstr "より確実な区間(MCI)"
#: R\mui.b.R
msgid ""
"More Certain Interval (MCI) is interval outside the Uncertain Interval and "
"divide into low and high parts."
msgstr ""
"より確実な区間(MCI)は、不確実な区間(Uncertain Interval)の外側にあり、低い"
"部分と高い部分を分割する区間を指します。"
#: R\mmf.b.R
msgid "MSE - mean squared error (for Continuous variables);"
msgstr "MSE 平均二乗誤差(連続変数用)"
#: mCOR/options/adjust.title
msgid "Multiple comparison correction"
msgstr "多重比較補正"
#: mMF/options/imputeOV.title
msgid "Multiple imputation for missing data"
msgstr "欠損値の多重補完"
#: mCOR/options/n.title mCOR/results/matrix.columns.content
#: mMF/results/estim/mars.columns.title mMF/results/imput/errors.columns.title
msgid "N"
msgstr "N"
#: R\mmf.b.R
msgid "N - number of imputted values;"
msgstr "N 補完値の個数"
#: R\mmf.b.R
msgid "N - number of missing values;"
msgstr "N 欠損値の個数"
#: R\mpwr.b.R mPWR/results/nEsCurve.title
msgid "N by Effect Size"
msgstr "効果量ごとのN"
#: mPWR/options/n_es_curve.title
#, fuzzy
msgid "N by Effect Size Curve"
msgstr "効果量ごとのN曲線"
#: mPWR/ui[1]/n.label
msgid "N for group 1"
msgstr "グループ1のN"
#: mPWR/options/calc/n.title
msgid "N per group"
msgstr "グループごとのN"
#: mPWR/options/n.title
msgid "N per group (or pairs/sample)"
msgstr "グループ(またはペア/サンプル)ごとのN"
#: mPWR/results/powerTable.columns.title
msgid "N1"
msgstr "N1"
#: mPWR/results/powerTable.columns.title
msgid "N2"
msgstr "N2"
#: mUI/options/model/none.title
msgid "Non-parametric"
msgstr "ノンパラメトリック"
#: mCOR/options/adjust/none.title mCOR/options/clPos/n.title
#: mROC/options/theBest/none.title mROC/options/cmpDeLong/none.title
#: mROC/options/palBrewer/none.title
msgid "None"
msgstr "なし"
#: R\mout.b.R
msgid "Normality p-value"
msgstr "正規性 p値"
#: R\mui.b.R
msgid "NPV - Negative Predictive Value of the negative class TN/(TN+FN)"
msgstr ""
"陰性予測値 (NPV) 陰性と予測された場合に、それが実際に陰性である確率 TN/"
"(TN+FN)"
#: mCOR/options/plotMetU/number.title mCOR/options/plotMetL/number.title
msgid "Number"
msgstr "数値"
#: mMF/options/pmmk.description.ui
msgid ""
"Number of candidate non-missing values to sample from in the predictive mean "
"matching steps. 0 to avoid this step"
msgstr ""
"予測平均マッチング法でサンプリングする候補の非欠損値の個数(0にするとこの手順"
"はスキップされます)"
#: R\mmf.b.R
msgid "Number of missing entries"
msgstr "欠損値数"
#: R\mmf.b.R
msgid "Number of missing entries per variable"
msgstr "変数ごとの欠損値数"
#: mMF/options/npat.title
msgid "Number of patterns"
msgstr "パターン数"
#: mMF/options/ntree.title
msgid "Number of trees to grow in each forest"
msgstr "各フォレストで生成する木の数"
#: R\mmf.b.R
msgid "observed"
msgstr "観測値"