search for: gg_reg2

Displaying 2 results from an estimated 2 matches for "gg_reg2".

Did you mean: gg_reg1
2017 Jul 20
2
dynamically create columns using a function
...quot;B", "B"), YLD_BE_REG1 = c(1467L, 1455L, 1382L, 1463L, 1466L, 1455L), YLD_BE_REG2 = c(1501L, 1441L, 1421L, 1482L, 1457L, 1490L), IS_GG = c("NO", "NO", "YES", "NO", "NO", "YES" ), GG_REG1 = c(6.2, 5.3, 0, 0.5, 0.8, 0), GG_REG2 = c(5.6, 1.4, 0, -0.5, -2.2, 0)), .Names = c("id", "TEST_SET_NAME", "YLD_BE_REG1", "YLD_BE_REG2", "IS_GG", "GG_REG1", "GG_REG2"), row.names = c(NA, -6L), class = "data.frame") Thanks. Nilesh This email and any attac...
2017 Jul 21
0
dynamically create columns using a function
...), YLD_BE_REG1 = c(1467L, 1455L, 1382L, > > 1463L, 1466L, 1455L), YLD_BE_REG2 = c(1501L, 1441L, 1421L, 1482L, > > 1457L, 1490L), IS_GG = c("NO", "NO", "YES", "NO", "NO", "YES" > > ), GG_REG1 = c(6.2, 5.3, 0, 0.5, 0.8, 0), GG_REG2 = c(5.6, 1.4, > > 0, -0.5, -2.2, 0)), .Names = c("id", "TEST_SET_NAME", "YLD_BE_REG1", > > "YLD_BE_REG2", "IS_GG", "GG_REG1", "GG_REG2"), row.names = c(NA, > > -6L), class = "data.frame") > > Tha...