search for: parmlist

Displaying 6 results from an estimated 6 matches for "parmlist".

Did you mean: paramlist
2003 Oct 23
2
OOP like handling of lists?
...= c(k1=0.2, k2=0.2, k3=0.2), xstart = c(prey=0.5, predator=1) # and some more elements ... ) class(lvmodel) <- "odemodel" ## Getting and setting parameters ################################### getParms <- function(model) { model$parms } setParms <- function(model, parmlist) { for (i in 1:length(parmlist)) { model$parms[names(parmlist[i])] <- parmlist[[i]] } invisible(model) } ## Simulation ####################################################### simulate <- function(model, ...) { times <- seq(0, 100, 0.1) res <- lsoda(model$xstart, ti...
2006 Mar 14
1
Problems compiling on Solaris 8
...installed on both machines as well. The first exhibits an error in log.h: In file included from bsd-arc4random.c:18: ../log.h: In function `fatal': ../log.h:56: warning: empty declaration ../log.h:65: error: parse error before "volatile" ../log.h:56: error: parm types given both in parmlist and separately ../log.h:56: error: parameter name omitted bsd-arc4random.c:20: error: `rcsid' undeclared (first use in this function) bsd-arc4random.c:20: error: (Each undeclared identifier is reported only once bsd-arc4random.c:20: error: for each function it appears in.) bsd-arc4random.c:20:...
2010 Aug 10
0
Error in R2Bugs
...t<-list("r", "N","n","Lev", "Light", "Soil1", "Soil2", "Soil3", "Consp", "Plot", "DConsp", "Spp", "n.plot", "n.sp") bugs.data(datalist) parmlist<-c("b.lev", "b.light", "b.con", "b.dcon", "b.s1", "b.s2", "b.s3", "sigma.ind", "sigma.plt", "sigma.sp", "sigma.sppl") initlist<-list(list(b.lev=0.01, b.light=0.01, b.con=0.01, b.s1...
2011 Sep 20
0
Using method = "aic" with pspline & survreg (survival library)
...dom - works fine fit1 <- survreg(Surv(time, status) ~ ph.ecog + pspline(age,3), cancer, dist="weibull") # weibull model with aic - gives an error fit1 <- survreg(Surv(time, status) ~ ph.ecog + pspline(age,method="aic"),dist="weibull", cancer) Error in (cfun[[1]])(parmlist[[1]], iter, iterlist[[1]], n.eff, pdf[1], : object 'loglik' not found I also get a similar error about "object 'loglik' not found" if I try to use method="aic" in the specification of a frailty term in a survreg model. Thanks for your help - apologies in adv...
2010 Jan 31
0
error compiling on 3.5 on OS X
...pend_const? from incompatible pointer type torture/../../lib/util/tests/strlist.c:459: warning: assignment from incompatible pointer type torture/../../lib/util/tests/strlist.c:461: warning: passing argument 2 of ?str_list_equal? from incompatible pointer type Compiling torture/../../lib/util/tests/parmlist.c Compiling torture/../../lib/util/tests/str.c Compiling torture/../../lib/util/tests/time.c Compiling torture/../../lib/util/tests/data_blob.c Compiling torture/../../lib/util/tests/file.c Compiling torture/../../lib/util/tests/genrand.c Compiling torture/../../lib/compression/testsuite.c Compilin...
2010 May 02
2
samba4 make error - drsblobs.so
...OT" is not used ../lib/util/rbtree.c:47:1: warning: macro "RB_CLEAR_NODE" is not used ../lib/util/rbtree.c:26:1: warning: macro "RB_RED" is not used Compiling ../lib/util/talloc_stack.c Compiling ../lib/util/smb_threads.c Compiling ../lib/util/params.c Compiling ../lib/util/parmlist.c Compiling ../lib/util/util_id.c Partially linking bin/mergedobj/samba-util.o Compiling ../lib/uid_wrapper/uid_wrapper.c ../lib/uid_wrapper/uid_wrapper.c:20:1: warning: macro "UID_WRAPPER_NOT_REPLACE" is not used Partially linking bin/mergedobj/uid_wrapper.o Compiling ../lib/util/charset...