Displaying 3 results from an estimated 3 matches for "x_np".
Did you mean:
x_n
2017 Nov 06
2
Survival model error
Hi - Below is my code and then the error when I run the last line.
time_np <- train1_na$tte
event_np <- train1_na$censored
X_np <- cbind(
train1_na$AMT,
train1_na$DISCOUNT_AMT,
train1_na$high_price_pcnt,
train1_na$EM_RECEIVED,
train1_na$DM_RECEIVED,
train1_na$TXN_WITH_RINGCODE,
train1_na$WEB,
train1_na$clearance_pcnt,
train1_na$bts_pcnt,
train1_na$sales_pcnt,
train1_na$holiday_pcnt,
train1_na$TXN...
2017 Nov 06
2
Survival model error
...5, 2017, at 7:21 PM, Meghna Govil via R-help <r-help at r-project.org> wrote:
>>
>>
>> Hi - Below is my code and then the error when I run the last line.
>>
>> time_np <- train1_na$tte
>> event_np <- train1_na$censored
>>
>>
>> X_np <- cbind(
>> train1_na$AMT,
>> train1_na$DISCOUNT_AMT,
>> train1_na$high_price_pcnt,
>> train1_na$EM_RECEIVED,
>> train1_na$DM_RECEIVED,
>> train1_na$TXN_WITH_RINGCODE,
>> train1_na$WEB,
>> train1_na$clearance_pcnt,
>> train1_na$bts_pcnt,
&g...
2017 Nov 06
0
Survival model error
...d
Sent from my iPhone
> On Nov 5, 2017, at 7:21 PM, Meghna Govil via R-help <r-help at r-project.org> wrote:
>
>
> Hi - Below is my code and then the error when I run the last line.
>
> time_np <- train1_na$tte
> event_np <- train1_na$censored
>
>
> X_np <- cbind(
> train1_na$AMT,
> train1_na$DISCOUNT_AMT,
> train1_na$high_price_pcnt,
> train1_na$EM_RECEIVED,
> train1_na$DM_RECEIVED,
> train1_na$TXN_WITH_RINGCODE,
> train1_na$WEB,
> train1_na$clearance_pcnt,
> train1_na$bts_pcnt,
> train1_na$sales_pcnt,
&...