| misc {kyotil} | R Documentation | 
Misc Functions
Description
Misc functions. summ computes iterative sum, sort of like diff.
Usage
pava (x, wt = rep(1, length(x)))
summ(x)
empty2na(x) 
## S3 method for class 'pcc'
predict(object, newdat, ...)
rank.inv.norm(x)
INT(x)
dec_to_binary (x,d) 
Arguments
x | 
 tbdx  | 
d | 
 number of digits in the returned binary representation, including leading 0's  | 
wt | 
 tbdvar.equal  | 
object | 
 tbdvar.equal  | 
newdat | 
 tbdvar.equal  | 
... | 
 tbdvar.equal  | 
Details
rank.inv.norm: rank-based inverse normal/gaussian transformation
dec_to_binary covert a decimal number to a binary representation with d digits
Value
summ returns
[Package kyotil version 2024.5-8 Index]