我想计算 (1e-6) 84
的值,但在 R/R64 中,结果为 0
,如果在它上应用 log10
函数,这将引起一些问题。
这个问题有办法解决吗?
我想计算 (1e-6) 84
的值,但在 R/R64 中,结果为 0
,如果在它上应用 log10
函数,这将引起一些问题。
这个问题有办法解决吗?
取决于您实际想要解决什么问题。 您是否关心对数( teeenytinyynumber) 的值? 如果不是, 请用 NA 替换零值, 然后继续前进 。 如果您想要, 请找出是否比跟踪一个带有日志函数的巨型插件更好的方法 。 也就是说, 在压缩数字前简化您的算法 。
I am interested in tracking my users pageviews on my site. Being that traffic is expanding very quickly, I am worried about robots, etc, and I also want to be able to use tracked data live to alter ...
I ve fitted a VECM model in R, and converted in to a VAR representation. I would like to use this model to predict the future value of a response variable based on different scenarios for the ...
I have a data file m.txt that looks something like this (with a lot more points): 286.842995 3.444398 3.707202 338.227797 3.597597 283.740414 3.514729 3.512116 3.744235 3.365461 3.384880 Some of the ...
Suppose I conduct a survey of 10 people asking whether to rank a movie as 0 to 4 stars. Allowable answers are 0, 1, 2, 3, and 4. The mean is 2.0 stars. How do I calculate the certainty (or ...
I haven t really used variance calculation that much, and I don t know quite what to expect. Actually I m not too good with math at all. I have a an array of 1000000 random numeric values in the ...
I m trying to generate GOFrame objects to generate a gene ontology mapping in R for unsupported organisms (see http://www.bioconductor.org/packages/release/bioc/vignettes/GOstats/inst/doc/...
Here is a fun one: I need to generate random x/y pairs that are correlated at a given value of Pearson product moment correlation coefficient, or Pearson r. You can imagine this as two arrays, array ...
I want do fit some sort of multi-variate time series model using R. Here is a sample of my data: u cci bci cpi gdp dum1 dum2 dum3 dx 16.50 14.00 53.00 45.70 80....