Displaying 2 results from an estimated 2 matches for "asthe".
Did you mean:
sthe
2003 Sep 14
1
rsync over ssh without giving the user access to a shell?
What is the best way to give a remote user the ability to use rsync via
ssh without also giving them shell access?
I want the rsync user to authenticate via ssh. I want to protect their
rsync session with ssh. However, I do not want to give them access to a
shell on the Linux server where rsyncd is running.
Any recommendations would be appreciated.
chongo (Landon Curt Noll) /\oo/\
2011 Aug 23
3
GLM question
Hi All,
I am trying to fit my data with glm model, my data is a matrix of size n*100. So, I have n rows and 100 columns and my vector y is of size n which contains the labels (0 or 1)
My question is:
instead of manually typing the model as
glm.fit = glm(y~ x[,1]+x[,2]+...+x[,100], family=binomial())
I have a for loop as follows that concatenates the x variables as follows:
final_str=NULL
for