Hello:

I use the "egonet" function and have a problem

idx <- sapply(mats,index.egonet)

idx <- as.data.frame(t(idx))

idx <- cbind(idx,filename=rownames(idx))

data <- merge(data,idx,by="filename")



cannot coerce class ""function"" to a data.frame


can someone please help me with this problm?


Thank you!!

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to