如果它通过测试,我正在尝试向矢量添加数字。为什么这不起作用?我正在使用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))