Skip to content

save to Rdata file and to txt

1 message · Mark Sharp

#
Though not exactly what you asked for, I find the output of dput() to be useful
dput(moransl, file = "moransl.txt")

results in 
list("Moran.I.First", structure(list(observed = 0.06988288, expected = -0.03225806, 
    sd = 0.02513276, p.value = 4.822722e-05), .Names = c("observed", 
"expected", "sd", "p.value")))

R. Mark Sharp
msharp at TxBiomed.org
On May 15, 2012, at 12:35 PM, David L Carlson wrote: