Displaying 3 results from an estimated 3 matches for "tfunction".
Did you mean:
function
2004 Nov 18
1
Method dispatch S3/S4 through optimize()
..."\n")
tmp2 <- chol(tmp1)
# tmp2 <- .cholMatrixCsr(tmp1)
cat(class(tmp2), "\n")
tmp3 <- (tmp2@det)^2
cat(tmp3, "\n")
ret <- (log(tmp3)
- ((n/2)*log(2*pi)) - (n/2)*log(s2) - (1/(2*s2))*SSE)
if (!quiet)
cat("(SparseM) rho:\t", rho, "\tfunction value:\t", ret, "\n")
ret
}
Three further observations:
1) In a simpler case:
> library(spdep)
Loading required package: tripack
Loading required package: maptools
Loading required package: foreign
Loading required package: SparseM
[1] "SparseM library loaded"
&...
2013 Apr 08
0
A categorized list of R functions
...t;names")
patterns = sort(patterns) # optional
k = length(patterns)
# open output file
options(verbose=FALSE)
zz <- file("all functions.txt", open="wt")
sink(zz, type="output")
# print the output to the file
cat("\n\n ")
cat("pattern\tpackage\tfunction\r")
for (i in 1:k) {
cat("\n ")
hits = allfuncs[grep(patterns[i], allfuncs[,2], ignore.case=TRUE),2]
hitpkg = allfuncs[grep(patterns[i], allfuncs[,2], ignore.case=TRUE),1]
hitpkg = gsub("\\d", "", hitpkg)
labels = rep(patterns[i],length(hits))
newhits = cbin...
2016 Oct 11
2
iOS Parsing Error
Hi,
When compiling mumble-iphone from https://github.com/mumble-voip/mumble-iphoneos <https://github.com/mumble-voip/mumble-iphoneos> I had a parser error on the file CodeOutputStream.m (form https://github.com/booyah/protobuf-objc/tree/696b7b61cdd4e8d77c55ace98b3119194fa04b7f <https://github.com/booyah/protobuf-objc/tree/696b7b61cdd4e8d77c55ace98b3119194fa04b7f>).
I know that the