Dear r-users,
I would like to perform Anderson Darling Goodness of fit test as such:
install.packages("adk")
library(adk)
x3 <- list(stn_all[,1], balok_gen); x3
adk.test(x3)
#x3 <- list(jun_data1_pos,jun_gen); x3
#adk.test(x3)
However, I got this reply:
> adk.test(x3)
Error: could not find function "adk.test"
Thank you so much for any help given.
--
*Dr. Roslinazairimah Binti Zakaria*
*Tel: +609-5492370; Fax. No.+609-5492766*
*Email: [email protected] <[email protected]>;
[email protected] <[email protected]>*
Deputy Dean (Academic & Student Affairs)
Faculty of Industrial Sciences & Technology
University Malaysia Pahang
Lebuhraya Tun Razak, 26300 Gambang, Pahang, Malaysia
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.