Displaying 4 results from an estimated 4 matches for "lyukshin".
2011 Aug 31
1
Error in setwd(dir) : cannot change working directory
...at the error shows, is of those who
wrote the source code and not mine(it still sees the directory of their
computer, even though, I have changed all the directories).
When I write getwd(), it dispalys my "dir".
Does anyone have any ideas on what's going on here?
Thank you
--
Greg Lyukshin
[[alternative HTML version deleted]]
2017 Aug 05
3
Error in setwd("dir") :
...hat the error shows, is of those who
wrote the source code and not mine(it still sees the directory of their
computer, even though, I have changed all the directories).
When I write getwd(), it dispalys my "dir".
Does anyone have any ideas on what's going on here?
Thank you
--
Greg Lyukshin
[[alternative HTML version deleted]]
[[alternative HTML version deleted]]
2011 Feb 02
1
error in scan(...
I know it's a common error and there is a lot of help available but still
can't resolve the issue:
all i am trying to do is to read a csv file from my folder and this is what
i get:
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,
:
scan() expected 'a real', got
'1,m,a,F,165,240,26.5,31,0.738,0.704,1.095,0.606,0.847'
Can you help?
--
View
2011 Mar 13
1
troubles with logistic regression
hello everyone,
I working on the dataset for my project in class and got stuck on trying to
run logistic regression. here is my code:
data <- read.csv(file="C:/Users/fieder.data.2000.csv")
# creating subset of men
fieder.male<-subset(data,data[,8]==1)
unmarried.male<-subset(data,data[,8]==1&data[,6]==1)
# glm fit
agesq.male<-(unmarried.male[,5])^2