Displaying 3 results from an estimated 3 matches for "myrdata".
Did you mean:
mydata
2013 Apr 23
2
Frustration to get help R users group
..., x2, x3 continuous and x4 and x5 dummies dependent variables.
#Note: The variables in both selection and level equations are mostly same.
#Selection model
models1 = 'w1 ~ 1 + zs'
# Level model
model1 = 'w1 ~ 1 + zs|y1 ~ 1 + xs'
fit.fiml = sem(model1, data=MyRdata, estimator="Fiml") # not sure "ML" or
"Fiml"
summary(fit.fiml)
I greatly appreciate your help.
Advance thank you.
Regards
Champak Ishram
[[alternative HTML version deleted]]
2015 Apr 15
4
RObjectTables freezes in R 3.2.0 RC on 32bit systems
...sing the included example from the
DirectoryObjectTable manual.
library(RObjectTables)
db <- DirectoryObjectTable(tempdir())
dbwrite(db, "x", 1:10)
dbwrite(db, "y", letters[1:3])
dbobjects(db)
dbread(db, "x")
attach(newRFunctionTable(db), name = "myRData")
Things work as expected up till dbread(), but once the object-table is
attached, R freezes on 32bit whereas it works as expected on 64bit.
The same problem appears for other packages that are calling the object
tables C interfaces directly without using the RObjectTables R package.
[[alt...
2005 Nov 23
8
getting started, reading listing and saving data
...ew
observations and would appreciate some help on this (I have used edit
which pops up an spreadsheet however, I would prefer a command that
allows me to list a few observations for inspection)
3. Save this data as an r dataset
I cant seem to figure this out (I tried save(mytextfile, file =
"myrdata") but when I try to load what I saved, I get an error message
"Error: bad restore file magic number (file may be corrupted) -- no data loaded"
4. Load this r dataset and proceed to work on it
I would appreciate some help.