search for: sapir

Displaying 9 results from an estimated 9 matches for "sapir".

Did you mean: sapiro
2007 Dec 15
1
modify a data.frame within a function
...olumn within the function. removedata<-function(datafull,var.removed) { attach(datafull) NArandom<-rnorm(n=length(var.removed), mean=0, sd=1) for (i in 1:length(var.removed)) if(NArandom[i]>0) var.removed[i]<-"NA" datamiss<<-datafull detach(datafull) } -- Yuval Sapir, PhDResearcherInstitute of Evolution, Haifa UniversityHaifa, Israel 3190‎ [[alternative HTML version deleted]]
2014 Oct 11
2
CentOS 7 User Manager Tool
...e GUI or "system-config-users" from the command line, but I can't find either? I don't have a "System" top menu, only "Applications" and "Places", and when I try the command line option I get "command not found". any ideas? TIA! -- Igal Sapir Railo Core Developer http://getRailo.org/
2006 Oct 12
1
R not responding for nested glm model
..."stuck" and not respond anymore. I tried glmmodel<-glm(y~x,poisson) and there were no problems. Trying glmmodel<-glm(y~x/z) gave the same no response. Similar problem with continuous data (normal distribution of the errors). I am using R 2.3.1 on Windows XP Thanks Yuval -- Yuval Sapir, PhD Post-doctorate research associate Dept of Genetics University of Georgia Athens, GA 30602, USA
2016 Mar 22
1
Postfix Installed by default on CentOS 7 Minimal
Is there a reason that Postfix is installed and enabled by default on CentOS 7 minimal? -- Igal Sapir Lucee Core Developer Lucee.org <http://lucee.org/>
2006 Oct 14
1
commands overwritten
Hi, I am often re-use commands in R by using the arrows to retype them and modify for the new needs. This way, I don't need to write commands again, and I can modify the command by inserting/deleting/re-writing the command. Today, suddenly, re-writing change the commands as the "insert" function does in Word. for example - if I am standing in the middle of
2009 Mar 24
0
using residuals of binomial GLM
...c regression from residuals? Do I NEED logistic regression? How should I understand the coefficients I get in summary of the residuals model? How can I use the results of the residuals model for plotting the separate lines for the probability (logistic) curve? Thanks in advance Yuval -- Yuval Sapir, PhD Porter School of Environmental Studies Dept. of Plant Sciences Tel Aviv University, Tel Aviv, 69978 Israel Mobile:054-7203140; Lab: 03-6405877 http://www.yeruka.org.il/
2014 Oct 05
0
VMWare Workstation Guest Keep Crashing
...hen the issue is with the Windows setup and not the CentOS? 2) any ideas how I would go to find the problem? 3) I understand now that a better virtualization would be KVM or Xen. any word of advice on which is better if the host machine need only run the guest OS and back it up? TIA! -- Igal Sapir Railo Core Developer http://getRailo.org/
2014 Oct 01
2
VNCServer Startup Config
...c /etc/X11/xinit/xinitrc fi if [ -f /etc/X11/xinit/xinitrc ]; then exec sh /etc/X11/xinit/xinitrc fi [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & any thoughts? TIA -- Igal Sapir Railo Core Developer http://getRailo.org/
2014 Oct 11
1
答复: CentOS 7 docs, tutorials, etc...
Perhaps RHEL/CentOS 7 are something different, however, they just change a little, their base used are similar. On a gnome desktop, if you want to add a shortcut to the desktop, you can reference xxx.desktop in /usr/share/application/ , than write some similar xxx. desktop which you prefer and cp to the desktop directory ? it's really useful.. ------------------------ Best wishes -----------