Displaying 2 results from an estimated 2 matches for "nots4".
Did you mean:
notsc
2011 Jun 29
0
Error in testInstalledBasic
...ot(ff %in% known, known %in% ff)
>
>
> ## check which are not considered as possibles for S4 generic
> ff4 <- names(methods:::.BasicFunsList)
> # as.double and as.real are the same as as.numeric
> S4generic <- ff %in% c(ff4, "as.double", "as.real")
> notS4 <- ff[!S4generic]
> if(length(notS4))
+ cat("primitives not covered in methods:::.BasicFunsList:",
+ paste(sQuote(notS4), collapse=", "), "\n")
> stopifnot(S4generic)
>
> # functions which are listed but not primitive
> extraS4 <- c(...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...ot(ff %in% known, known %in% ff)
>
>
> ## check which are not considered as possibles for S4 generic
> ff4 <- names(methods:::.BasicFunsList)
> # as.double and as.real are the same as as.numeric
> S4generic <- ff %in% c(ff4, "as.double", "as.real")
> notS4 <- ff[!S4generic]
> if(length(notS4))
+ cat("primitives not covered in methods:::.BasicFunsList:",
+ paste(sQuote(notS4), collapse=", "), "\n")
> stopifnot(S4generic)
>
> # functions which are listed but not primitive
> extraS4 <- c(...