search for: jbond

Displaying 7 results from an estimated 7 matches for "jbond".

Did you mean: bond
2009 Oct 06
0
[PATCH server] new host networking wui
...id.to_s %>; + jnic.ip_address = "<%= rnic.ip_address ? rnic.ip_address : "" %>"; + jnic.network_id = "<%= rnic.network_id %>"; + devices.push(jnic); + <% } %> + + // ...add bondings to it + <% @host.bondings.each { |rbond| %> + jbond = new Object; + jbond.type = 'bonding'; + jbond.id = <%= rbond.id.to_s %>; + jbond.ip_address = "<%= rbond.ip_address ? rbond.ip_address : "" %>"; + jbond.network_id = "<%= rbond.vlan_id %>"; + jbond.nics = []; + devices.pu...
2003 Feb 05
2
clustering and stratification
Hello, Does R have any capabilities (or are there any add on packages) which can do estimation of standard statistical models (means, regression, logistic regression, etc) which take into account not only weights (e.g. post-stratification weights) but also the sample design, such as stratification and clustering information (to compute a robust taylor linearized variance estimator, for
2003 Feb 24
5
exact range of axes in plots
Hello. I was wondering how one can find the exact values of the range of an axis within a plot. In xlispstat it was (send plot :range 0). Thanks much, Jason
2002 Oct 29
5
error in Fields TPS function
Hello, I was wondering whether anyone out there knows of the solution to a problem that I'm having with the Fields package. I am getting the error message when I try and run the fields function tps (thin plate splines). Namely, for two different sets of variables, I get: > bout <- Tps( bvolcap, bdsm) Error in svd(tempM) : error 159 in dsvdc > wout <- Tps( wvolcap, wdsm)
2003 Feb 25
1
Forcing plots to "adjust-to-data"
Hello. In messing around with some of the graphical parameters using the par() function (setting margins for example), I've noticed that the plot doesn't always immediately respond to changes...for example when lines are added, if they are out of the range you need to physically find out what the new max range has to be. Is there a companion function in R to the xlispstat function
2003 Feb 13
5
position of an element in a vector
Hello. Sorry for the elementary post. I've looked through the documentation, but can't seem to find a function which allows one to extract the position of an element within a list...for example the position of the element 4 in the vector c(1,2,4,3,6) is 3. Thanks much for any help. Jason
2002 Oct 30
1
Error in Fields TPS function {svd ...} again
Thanks for all the helpful responses. I include the data file and the syntax file for reference. Again, if I use the fields function, as is, I get the message: Error in svd(tempM) : error 159 in dsvdc using traceback, I get: > traceback() 4: stop(paste("error ", z$info, " in dsvdc")) 3: svd(tempM) 2: Krig(x, Y, cov.function = rad.cov, m = m, decomp = decomp,