Displaying 3 results from an estimated 3 matches for "getinits".
Did you mean:
getinit
2011 Jun 27
0
OpenBUGS and glmmBUGS package
...rio, ontario[["CSDUID"]])
library(glmmBUGS)
forBugs = glmmBUGS(formula=observed + logExpected ~ 1,
effects="CSDUID", family="poisson", spatial=popDataAdjMat,
data=ontario at data, modelFile="model.txt")
startingValues = forBugs$startingValues
source("getInits.R")
library(R2OpenBUGS)
ontarioResult = bugs(forBugs$ragged, getInits, parameters.to.save =
names(getInits()), model.file="model.txt", n.chain=3, n.iter=100,
n.burnin=10, n.thin=2)
-------------------------------------------
I got error message saying "Error in bugs.run(n.bur...
2013 Feb 06
1
[LLVMdev] Process the initializers of a C++ class properly
Hi,
I have been trying to get information from the initializers of a C++
class. For example if I have something like this:
classA { };
classB :public A {
float f;
public:
B(A& a) : A(a), f(3.14159) { }
};
I wold like to get the initialization values for each member. In this
example the values a and 3.14159 for the members A and f respectively.
What I have done so far is
2008 Aug 18
1
"nested" getInitial calls; variable scoping problems
Hi All,
Another nls related problem (for background, I'm migrating a complicated
modelling package from S-plus to R).
Below I've reduced this to the minimum necessary to demonstrate my problem
(I think); the real situation is more complicated.
Two similar selfStart functions, ssA and ssB.
The 'initial' function for ssB modifies its arguments a little and then
calls getInital