Hi all,
Apparently Deducer (a GUI for R) is no longer supported or being updated.
What is the easiest way to re-write code to run using R-Studio?
An example:
BatStats<- Deducer::descriptive.table (vars = d
(Dur,Fmin,Fmax,Fmean,Fk,Fc,Sc,Pmc),data= BatStats,func.names =c("Valid
N","Minimum","Maximum","Mean","St. Deviation","25th Percentile","75th
Percentile"),func.additional= list(p10=function(x) quantile(x, c(0.10),
na.rm=TRUE),p90=function(x) quantile(x, c(0.90), na.rm=TRUE)))
So I will be on a new learning curve.
Tnx for any suggestions
Bruce
--
Neotropical bat projects
Making call Fact Sheets and interactive ID keys of the New World bat vocal
signature freely available to all.
Pioneering acoustic identifications of Neotropical bats since 1995
Bruce W. Miller, PhD.
Conservation Fellow, Wildlife Conservation Society
______________________________________________
R-help@r-project.org 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.