search for: ntrail

Displaying 3 results from an estimated 3 matches for "ntrail".

Did you mean: trail
2009 Nov 21
2
how to ignore NA when using cumsum?
...rows in a matrix, in which each row has 1 NA value. The usual "na.rm=TRUE" does not seem to work with the command cumsum. Is there another way to ignore the NAs or do I need to figure out a different way to do this? Here's an example matrix of title "proportion": Ntrail Strail NFJD Baldy Onion Crane [1,] NA 0.2944937 0.1779969 0.1808015 0.2296511 0.11705683 [2,] 0.2882713 NA 0.1795668 0.1823961 0.2316766 0.11808925 [3,] 0.1716890 0.1769419 NA 0.3518116 0.2025204 0.09703714 [4,] 0.1726311 0.1779128 0.3482548 NA 0.203...
2009 Nov 21
1
how to ignore NA when using cumsum WHILE retaining NAs?
...is actually no data, which is not the same as a 0. The usual "na.rm=TRUE" does not seem to work with the command cumsum. Is there another way to ignore the NAs or do I need to figure out a different way to do this? Here's an example matrix of title "proportion": Ntrail Strail NFJD Baldy Onion Crane [1,] NA 0.2944937 0.1779969 0.1808015 0.2296511 0.11705683 [2,] 0.2882713 NA 0.1795668 0.1823961 0.2316766 0.11808925 [3,] 0.1716890 0.1769419 NA 0.3518116 0.2025204 0.09703714 [4,] 0.1726311 0.1779128 0.3482548 NA 0.203...
2007 Sep 04
4
Errors in executing first RoR app - reg.
...app/views/appone/index.rhtml</p> 7) C:/appone/script> ruby server webrick 8) in the IE typed the following URL http://localhost:3000/appone/ Got the following error message in the server console: #<ArgumentError: Anonymous modules have no name to be referenced by> ["C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:404:in `to_constant_name ''", "C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:214:in `qualified_nam e_for''", "C:/InstantRails/...