Displaying 1 result from an estimated 1 matches for "tp4636160p4636163".
Did you mean:
tp4636160p4636185
2012 Jul 11
2
replacing NaN for every attribute in my data
Hi,
I have a list called ds which has the following attributes:
attributes(ds)
$names
[1] "adj.r.squared" "fstatistic" "intercept" "slope"
[5] "std.error" "tstatistic"
I want to replace all the NaN is ds with 0, and after searching past posts I
found I can hardcode it like this: