Displaying 9 results from an estimated 9 matches for "85233".
Did you mean:
5233
2023 Nov 06
1
c(NA, 0+1i) not the same as c(as.complex(NA), 0+1i)?
...gt; Certainly it's messing with my understanding of how c() behaves, e.g. in ?c
>> All arguments are coerced to a common type which is the type of the
> returned value
I think you have confused yourself, and everything behaves as expected:
As we now have (in R-devel, since {r85233 | maechler | 2023-09-29 })
? ?as.complex(x)? now returns ?complex(real=x, imaginary=0)?
for _all_ numerical and logical ?x?, notably also for ?NA?
or ?NA_integer_?.
==> as.complex(NA) is indeed complex(real = NA, imaginary = 0)
And now, in your
c(as.complex(NA), 0+1i)
you are...
2023 Nov 07
1
c(NA, 0+1i) not the same as c(as.complex(NA), 0+1i)?
...y understanding of how c() behaves,
> e.g. in ?c
>
> >> All arguments are coerced to a common type which is the type of the
> > returned value
>
> I think you have confused yourself, and everything behaves as expected:
>
> As we now have (in R-devel, since {r85233 | maechler | 2023-09-29 })
>
> ? ?as.complex(x)? now returns ?complex(real=x, imaginary=0)?
> for _all_ numerical and logical ?x?, notably also for ?NA?
> or ?NA_integer_?.
>
> ==> as.complex(NA) is indeed complex(real = NA, imaginary = 0)
>
> And now, in your...
2006 Sep 20
8
Statitics Textbook - any recommendation?
I would like to buy a basic statistics book (experimental design,
sampling, ANOVA, regression, etc.) with examples in R. Or download it
in PDF or html format.
I went to the CRAN contributed documentation, but there were only R
textbooks, that is, textbooks where R is the focus, not the
statistics. And I would like to find the opposite.
Other text I am trying to find is multivariate data
2023 Nov 08
1
c(NA, 0+1i) not the same as c(as.complex(NA), 0+1i)?
...>> All arguments are coerced to a common type which is the type of the
> >> > returned value
> >>
> >> I think you have confused yourself, and everything behaves as expected:
> >>
> >> As we now have (in R-devel, since {r85233 | maechler | 2023-09-29 })
> >>
> >> ? ?as.complex(x)? now returns ?complex(real=x, imaginary=0)?
> >> for_all_ numerical and logical ?x?, notably also for ?NA?
> >> or ?NA_integer_?.
> >>
> >> ==> as.complex(NA...
2023 Nov 09
1
c(NA, 0+1i) not the same as c(as.complex(NA), 0+1i)?
...guments are coerced to a common type which is the type of the
>> >> > returned value
>> >>
>> >> I think you have confused yourself, and everything behaves as expected:
>> >>
>> >> As we now have (in R-devel, since {r85233 | maechler | 2023-09-29 })
>> >>
>> >> ? ?as.complex(x)? now returns ?complex(real=x, imaginary=0)?
>> >> for_all_ numerical and logical ?x?, notably also for ?NA?
>> >> or ?NA_integer_?.
>> >>
>> >> ==...
2005 Mar 07
1
ismev package
Hi,
I'm exploring the ismev package and in particular the pp.fit function.
Documentation says that this function performs Maximum-likelihood
fitting for the point process model, including generalized linear
modelling of each parameter.
Actually I'm afraid not to understand what it means with "Point process
model". Any suggestion on possible references for further infos?
thanks
2023 Nov 05
2
c(NA, 0+1i) not the same as c(as.complex(NA), 0+1i)?
This is another follow-up to the thread from September "Recent changes to
as.complex(NA_real_)".
A test in data.table was broken by the changes for NA coercion to complex;
the breakage essentially comes from
c(NA, 0+1i)
# vs
c(as.complex(NA), 0+1i)
The former is the output we tested against; the latter is essentially (via
coerceVector() in C) what's generated by our
2008 Jan 11
0
freebsd-security Digest, Vol 236, Issue 1
...5183 85184 85185 85186 85187 85188 85189
85190 85191 85192 85193 85194 85195 85196 85197 85198
85199 85200 85201 85202 85203 85204 85205 85206 85207 85208 85209 85210
85211 85212 85213 85214 85215 85216 85217 85218 85219 85220 85221 85222
85223 85224 85225 85226 85227 85228 85229 85230 85231 85232 85233 85234
85235 85236 85237 85238 85239 85240 85241 85242 85243 85244 85245 85246
85247 85248 85249 85250 85251 85252 85253 85254 85255 85256 85257 85258
85259 85260 85261 85262 85263 85264 85265 85266 85267 85268 85269 85270
85271 85272 85273 85274 85275 85276 85277 85278 85279 85280 85281 85282
85283...
2008 Jan 10
2
ident daemon: oIdentd creating a lot of processes
...85183 85184 85185 85186 85187 85188 85189 85190 85191 85192 85193 85194 85195 85196 85197 85198 85199 85200 85201 85202 85203 85204 85205 85206 85207 85208 85209 85210 85211 85212 85213 85214 85215 85216 85217 85218 85219 85220 85221 85222 85223 85224 85225 85226 85227 85228 85229 85230 85231 85232 85233 85234 85235 85236 85237 85238 85239 85240 85241 85242 85243 85244 85245 85246 85247 85248 85249 85250 85251 85252 85253 85254 85255 85256 85257 85258 85259 85260 85261 85262 85263 85264 85265 85266 85267 85268 85269 85270 85271 85272 85273 85274 85275 85276 85277 85278 85279 85280 85281 85282 85283...