Displaying 3 results from an estimated 3 matches for "logserial".
Did you mean:
bigserial
2010 May 31
1
Vegan fisher.alpha error
Hi,
I have an error with fisher.alpha from the vegan package.
> fisher.alpha(data[[1]])
Error in nlm(Dev.logseries, n.r = n.r, p = p, N = N, hessian =
TRUE, ...) :
missing value in parameter
I am trying to find fisher alpha for a list of 100 data frames, and I
tried it on individual data frames in the list, which gave me the
error above.
I have every data frame in the same format as the
2003 Sep 09
1
Can't load daemon at boot
Hi!
I have a programm with code like this (this is example, the real code is
at
http://fresh.t-systems-sfr.com/linux/src/.warix/logserial-0.4.2.tar.gz.html):
####################
void shutdown(int sig) {
switch (sig) {
default:
fprintf(stderr, "Got signal %d. Exit\n", sig);
break;
}
exit(EXIT_SUCCESS);
}
int main(void) {
chproc = fork();
if (chproc == -1) {
perror("U...
2013 Mar 19
1
fisher.alpha warnings
I have two vectors (a and b) with counts of animals and wanted to
calculate fisher's alpha:
library(vegan)
a <- c(2043, 1258, 52, 1867, 107, 1624, 2, 157, 210, 402, 5, 107, 267,
2, 13683)
b <- c(2043, 1258, 52, 1867, 107, 1624, 2, 157, 210, 402, 5, 107, 267,
2, 3000)
fisher.alpha(a)
fisher.alpha(b)
fisher.alpha(a) gave the following warnings:
> fisher.alpha(a)
[1] 1.572964