powered by
This function will return a logical vector showing whether vector combinations of L1, L2, L3 and L4 are valid GLDs.
fun.check.gld.multi(l1, l2, l3, l4, param)
A logical vector indicating whether the specified parameters are valid GLDs
A numerical vector for L1 of GLD
A numerical vector for L2 of GLD
A numerical vector for L3 of GLD
A numerical vector for L4 of GLD
Can be "rs", "fmkl", or "fkml"
Steve Su
This is an extension to fun.check.gld
fun.check.gld
fun.check.gld.multi(c(1,2,3),c(4,5,6),c(7,8,9),c(10,11,12),param="rs") fun.check.gld.multi(c(1,2,3),c(4,5,6),c(7,8,9),c(10,11,-12),param="rs")
Run the code above in your browser using DataLab