Ifelse表达式以向量作为输出

时间:2016-10-13 18:39:09

标签: r if-statement vector

如果它通过测试,我正在尝试向矢量添加数字。为什么这不起作用?我正在使用R.

<link rel="import" href="path/to/bower_components/iron-resizable-behavior/iron-resizable-behavior.html">
...
behaviors: [
  Polymer.IronResizableBehavior,
],

good_vect <- ifelse(passed_assump1==TRUE&passed_assump2==TRUE&strong==TRUE&self_sust==TRUE,c(good_vect,strat_num),c(good_vect))

它吐出了这个错误:

valuable_strat_vect <- ifelse((master_strat_vect[13*j])>=cutoff_coop_ratio,c(valuable_strat_vect,j),c(valuable_strat_vect))

0 个答案:

没有答案