Dear all,
Rgretl 0.2.1 is on crane
In my subjective opinion the following is the most
interesting for gretl users:
# (i) saving data
# save_gdt(), save_bin()
# EXAMPLE
# Saving Penn World Table 9.0 as .gdtb
### with 0.2.1
<R>
library(Rgretl) # v. 0.2.1
if (!require(pwt9)) {
install.packages("pwt9")
library(pwt9)
}
data("pwt9.0")
save_gdt("pwt9.0.gdtb",pwt9.0)
<R>
pwt9.0.gdtb will be created in current R working directory
# (ii) setting up free RStudio server
# everybody can have Rgretl gretl working
# version on mobile devises, e.g. Android tablets
(iii) find_sample("mle") outputs names of
all sample scrips (gretl GUI -> Script files-> practice files...
which contains mle command
Oleh
P.S. Comments, bug reports, etc are welcome
Show replies by date