search for: ceratin

Displaying 8 results from an estimated 8 matches for "ceratin".

2011 Apr 08
2
help question
hello I am at the very beginneing of using the R program I just don't understand how one can save a programfile For exemple, if I type in R 23+456 and want to save this file under a ceratin name to reload it later, i just don't get the way to do it I can save it with the save function;I acheive to see that I have a file with the name, but no way to understand how to reload or re-suse it in the official r manuel this is very badly described for first users.. thanks helping me sa...
2006 Aug 09
1
Improvement: SiteMapper - working ideas as a possible RoR''s routing replacement
...39; ) level2.add( :description ) do |level3| level3.route( [ ''gallery/insect/(.*?).html'', :insect_name ], :controller=>''gallery'', :action=>''show'' ) end end end # then you can recognize an url to a ceratin route route = mapper.recognize( ''/gallery/insect/135.html'' ) puts route.parameters.join( '', '' ) # output: insect_name puts route.navigation.join( '' -> '') # output: gallery -> insect -> description # and create new url using automatic...
2009 Sep 21
2
cox memory
...: In vector("double", length) :   Reached total allocation of 1535Mb: see help(memory.size) I am wondering why is that happening since I manage to fit the model. Shouldn't the memory problem pop up earlier when I was fitting the model? So now I fit the model but still cannot study a ceratin profile?? Can anyone suggest something? I am not an advanced user of R, do I type something wrong or can I do something more clever to see a profile of a hypothetical subject? Thanx in advance for any answers.. (2 GB RAM). P.S. I noticed in the help the "--max-mem-size" but I am not qui...
2002 Jun 14
1
can't access samba shares
The firewall problem seems to be fine now. Second question, I am on a NT server trying to access samba shares. If I add encrypt-passwords = yes to smb.conf I get a login box for username and password. It starts by telling me the username or password is wrong. I can enter any username, but the box keeps coming back. If I remove encrypt- passwords I get "The account is not authorized to login
2005 Jul 25
1
cluster
Dear listers: Here I have a question on clustering methods available in R. I am trying to down-sampling the majority class in a classification problem on an imbalanced dataset. Since I don't want to lose information in the original dataset, I don't want to use naive down-sampling: I think using clustering on the majority class' side to select "representative" samples might
2006 Dec 31
0
user-group mapping not inherited from Windows-Domain?
...Problem: we have a windows domain (WIN2000 SP1), and a samba Server, acting as a mere client. So the WIN-DOMAIN is just used for user-to-group mapping and user authentification. Authentication on the samba-Server works, ACL inheritance works. What I would like to do, is to allow write access to ceratin groups, wich are defined in the windows domain. Other groups may only read. I found that acls are similar to unix modes, as when I allow write access to "\Everyone", it's like doing a chmod o+w on a file. I authenticate as a user vo03a in the domain, who seems to have to own the file...
2003 Feb 27
7
Interest in E1 channel banks?
Our company manufactures an E1 channel bank that is approved for use in Australia (it should also be compatible with Euro standards). It is modular and available in 10, 20 or 30 analog port configurations. Signal monitoring and configuration is via Ethernet. These units are manufactured in low quantities for specific telco requirements. However if there was enough interest, we would be able to
2010 Nov 12
3
predict.coxph
Since I read the list in digest form (and was out ill yesterday) I'm late to the discussion. There are 3 steps for predicting survival, using a Cox model: 1. Fit the data fit <- coxph(Surv(time, status) ~ age + ph.ecog, data=lung) The biggest question to answer here is what covariates you wish to base the prediction on. There is the usual tradeoff between too few (leave out something