search for: specdata

Displaying 3 results from an estimated 3 matches for "specdata".

Did you mean: secdata
2014 Jun 19
1
R is converting arg input to scientific notation, which is bad!
...or, I find an error message: the input for this example is 30 Error in file(file, "rt") : cannot open the connection 5 file(file, "rt") 4 read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill, comment.char = comment.char, ...) 3 FUN("specdata/3e+01.csv"[[1L]], ...) 2 lapply(filepaths, read.csv) 1 pollutantmean("specdata", "nitrate", 30) In addition: Warning message: In file(file, "rt") : cannot open file 'specdata/3e+01.csv': No such file or directory *The problem is that when a single num...
2005 Aug 16
2
problem using model.frame()
...n.axes = NULL, symmetric = FALSE, data) { parseFormula <- function (formula, data) { browser() Terms <- terms(formula, "Condition", data = data) flapart <- fla <- formula <- formula(Terms, width.cutoff = 500) specdata <- formula[[2]] X <- eval(specdata, data, parent.frame()) X <- as.matrix(X) formula[[2]] <- NULL if (formula[[2]] == "1" || formula[[2]] == "0") Y <- NULL else { mf <- model.frame(formula, data, na.act...
2015 Oct 31
0
IETF standardization: RFC by November 9
...Matroska: http://matroska.org/technical/specs/index.html - EBML: http://matroska-org.github.io/libebml/specs.html - FLAC: https://xiph.org/flac/format.html Development Versions: - FFV1: https://github.com/ffmpeg/ffv1 - Matroska:https://github.com/Matroska-Org/foundation-source/blob/master/spectool/specdata.xml - EBML: https://github.com/Matroska-Org/ebml-specification The Working Group will seek consensus and refinements for specifications for both FFV1 and Matroska in order to provide authoritative, standardized specifications for users and developers. Backward compatibility with existing versions...