Displaying 3 results from an estimated 3 matches for "n_eff".
Did you mean:
jeff
2011 Apr 28
1
Undefined columns selected
...ould very much appreciated, thanks.
# subset variables
arc <- arc[,c("SNAP", "code", "ncode", "var", "n_total")]
Error in `[.data.frame`(arc, , c("SNAP", "code", "ncode", :
undefined columns selected
arc$N_eff <- with(arc, ifelse(var > 1, n_total, var * n_total))
Error in storage.mode(test) <- "logical" : object 'var' not found
2011 Aug 26
2
eRm/raschsampler error message
...;T10") #global test, subgroup inv
and receive error message as follows.
"Error in m[idx1, idx2] <- 1 : subscript out of bounds"
Using the same code for a different dataset does not cause this problem.
Any suggestions much appreciated!
(ctr spec:
burn_in = 100
n_eff = 1000
step = 16
seed = 0
tfixed = FALSE )
--
View this message in context: http://r.789695.n4.nabble.com/eRm-raschsampler-error-message-tp3770265p3770265.html
Sent from the R help mailing list archive at Nabble.com.
2016 Jun 01
15
[PATCH 00/15] clk/tegra: improve code and add DFS support
This series adds support for GM20B PLL's Maxwell features, namely glitchless
switch and (more importantly) DFS support. DFS lets the PLL lower its output
speed according to input current variations, making the clock more stable and
allowing it to run safely at lower voltage.
All GM20B additions are done in the last patch, which consequently ends up
being considerably big ; fortunately, it