3

ヘルプ ファイルの「関連項目」セクションから関数の名前を抽出する方法 例: 「関連項目」セクションの object=help(lm) から:

 ‘summary.lm’ for summaries and ‘anova.lm’ for the ANOVA table;
 ‘aov’ for a different interface.

 The generic functions ‘coef’, ‘effects’, ‘residuals’, ‘fitted’,
 ‘vcov’.

 ‘predict.lm’ (via ‘predict’) for prediction, including confidence
 and prediction intervals; ‘confint’ for confidence intervals of
 _parameters_.

関数名のベクトルが必要です-「summary.lm」、「anova.lm」、「coef」...

4

0 に答える 0