Displaying 3 results from an estimated 3 matches for "rs27".
Did you mean:
rc27
2009 Mar 17
1
Segmentation fault when only use pop3
...}
! if(set->server->imap) {
! p = strstr(set->server->imap->login_executable, " -D");
! if (p != NULL && p[3] == '\0')
! return TRUE;
! }
return FALSE;
}
Regards.
--
Tatsuyoshi Toyota
rs27 at tatsuyoshi.net
2009 Sep 17
1
Dealing with heterogeneity with varComb weights
Hi,
I am trying to add multiple variance structures such as the first example
below:
vf1 <- varComb(varIdent(form = ~1|Sex), varPower())
However my code below will not work can anybody please advise me?
VFcomb<-varComb(varExp(form=~depcptwithextybf),varFixed(form=~FebNAO))
also if you have two variables with the same weights function would you
write that as:
2009 Apr 06
0
conflict name of si_code on NetBSD
...r_t(const siginfo_t *si, void *context);
! /* Convert sicode to string */
! const char *lib_signal_code_to_str(int signo, int sicode);
/* Set signal handler for specific signal. If delayed is TRUE, the handler
will be called later, ie. not as a real signal handler. */
--
Tatsuyoshi Toyota
rs27 at tatsuyoshi.net