search for: kolar

Displaying 20 results from an estimated 22 matches for "kolar".

Did you mean: kolab
2011 Jun 26
2
how to extract data from a function printout - example provided
Hi there, Does anyone know how to extract data from a function that prints out two or more summaries? In the function below (the whole code is provided) we get 5 different tables of data. I would like to split each of these tables in a separate file (while the function itself shouldn't be changed), so that further analysis on each data set could be carried out. Your help is deeply
2009 May 18
3
Runtime Error! Keep on happening while using amap, anacor and ca pckg
Hi there dear R users, Does anyone have any idea what the following error means and how to sort it out? Runtime Error! Program: C\Program Files\R\R-2.9.0\bin\Rgui.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information. Here is the story: Running the same code, sometimes the error happens and other
2011 Jul 05
2
sample function with different proportions
Hi there, I guess this is an easy one, but still:  I would like to randomly sample 0s and 1s but in a way that I end up having for example 70% of 1s and the rest of 0s and not 50:50 as this function does: sample(c(0,1), 100, replace = TRUE) Any recommendations? Many thanks! Ana [[alternative HTML version deleted]]
2011 Nov 13
1
I would like to offer my help.
...to know that I have a laptop with 2 Geforce GTX 285m cards on board in an SLI config, I know the SLI part is not relevant at this point, but I still would like to offer my rig for testing single card configs. If you want to walk me thru what you need me to do, just shoot me an email. Matthew Kolar
2008 Sep 21
1
Calculating interval for conditional/unconditional correlation matrix
Hi there, Could anyone please help me to understand what should be done in order not to get this error message: Error: evaluation nested too deeply: infinite recursion / options(expressions=)? Here is my code: determinant<- function(x){det(matrix(c(1.0,0.2,0.5,0.8,0.2,1.0,0.5,0.6,0.5,0.5,0.5,1.0,x,0.8,0.6,x,1.0),ncol=4,byrow=T))} matrix<-
2008 Jun 18
1
How to create strata out of the data.frame table
My data.frame table consist of 3 variables (x,y and z) where each variable has 1000 units. I need to create 5 equal size strata according to one of the variable (let's say x) whereas units of x variable with a higher value have higher probability to be selected in a strata with a higher number (max strata number is 5). I've been trying different things so far and since I am fairly new to
2011 Jun 28
1
extracting data
Let's say I have an original data set which is called A and data extracted from this original data set, called B. Based on these A and B data set I would like to get data set C which includes all the remaining data from the data set A after we exclude data of the data set B. Any idea how to do this? [[alternative HTML version deleted]]
2011 Jul 16
1
MatchIt Package
Hi there dear R users! Anyone knows why does matchit function returns error whenever the "hull" option is used (either "hull.both", "hull.control" or "hull.treat"). Things work well with all the rest of discard options. This is the error msg. >m.out.base <- matchit(formula=f, data=d, method=m, discard="hull.control") [1]
2011 Jul 18
1
SDMTools package - calculating overlap?
Dear R users, Any idea of how to calculate an area of an overlap between two functions? The only R build in function that I found is I Similarity Statistic for Quantifying Niche Overlap and I am really not sure if this function is producing exactly what I am interested in since I was plotting functions and often got confused results (for example: got high value for the overlap of one pair and low
2012 Mar 17
1
importing plain mboxes to dovecot maildirs
Is there way to import old plain mboxes via dsync? It complains about lack of index files: ponto:(admin)~>dsync mirror mbox:~/mail dsync(admin): Error: Failed to sync mailbox sent-mail: Mailbox GUIDs are not permanent without index files dsync(admin): Error: Failed to sync mailbox saved-messages: Mailbox GUIDs are not permanent without index files dsync(admin): Error: Failed to sync mailbox
2012 Mar 23
1
delivering with maildrop
Can somebody provide maildrop syntax for using deliver-lda as final delivery program during sorting mail in user mailfilter? i mean replacement for "to" statement if ( /^(To|Cc):.*dovecot at dovecot.org/:h ) { to $MAIL/.dovecot/ }
2012 Jul 19
1
improve error messages with quotes
I propose to improve error messages but inserting quotes. I spent good time until I looked into source code to find right meaning of error message. I would like them in following format: namespace configuration error no 'hidden=no' namespaces
2013 Sep 30
1
/etc/passwd backend
Hello, I would like to understand if it's possible to use /etc/passwd and /etc/shadow like backend for LDB. If not, would it be possible to use samba-tool or something similar to create the new user with password hash in MD5? Is there perhaps an API to Samba4 which can be used for user management, especially creating/modifying users when password is MD5 hash? Thank you in advance for your
1998 Jun 23
1
Printing on Windows 95
Hi, I have installed v 1.9.18.p3 for IRIX 6.2. I can share my files between SGI station and all local PC with Windows 95. I would like to send print jobs from SGI machine to Windows 95 local machine printer too. I tried it by smbclient and it was OK. However, cause it's not practical. I try to print too using the sambalp command, by another name the bulit-in Printer manager. The syntax of
2009 Sep 21
1
Three dimensional view of the profiles using 'rgl' package (example of 3 dimensional graphics using rgl package).
Hi there, Anyone has an idea how to put those two sets of code together so that I can get a 3-dimensional picture that includes points instead of 2 separate pictures which doesnt make that much sense at the end. #Let's say that these are the data we would like to plot: A<-c(62,84,53) B<-c(64,82,55) C<-c(56,74,41) D<-c(46,68,38) E<-c(71,98,72) data<-rbind(A,B,C,D,E)
2012 Jul 24
19
what best for anti-spam filter?
what anti-spam for you used ? dspam?spammassian? amavisd-new ? what is best ?
2008 Sep 22
1
R-help Digest, Vol 67, Issue 23
...each the person managing the list at r-help-owner@r-project.org When replying, please edit your Subject line so it is more specific than "Re: Contents of R-help digest..." Today's Topics: 1. Calculating interval for conditional/unconditional correlation matrix (Ana Kolar) 2. How to plot "greater than" symbol on the x-axis (Li, Bingshan) 3. Re: How to plot "greater than" symbol on the x-axis (John Fox) 4. Re: Design lrm function (milicic.marko) 5. Re: How to plot "greater than" symbol on the x-axis (Li, Bingshan) 6. Re: H...
2011 Jul 06
0
matching, treatment effect-ATT and Zelig package
Hi there, I'm wondering what Zelig in the following situation (code below) actually does. Is this considered as a so called regression adjustment after the propensity score matching? library(MatchIt) library(Zelig) data(lalonde) re78 represents the outcome variable 1. With Zelig m.out <- matchit(treat ~ age + educ + black + hispan + married + nodegree + re74 + re75, data = lalonde)
2008 Aug 27
0
How to calculate cumulative values for a simple Bernoulli's distribution?
Hi there, I have two questions and believe that there is an extremely easy solution. Being a beginner with R makes thinks a bit more complicated. This is the code: rpois(15,3) n<-15 DATA<-cbind(D,rpois(15,3)) data<-as.data.frame(DATA) colnames(data)<-c("D","X") *# 1. question: is it possible to put the following creation of x in a nicer form?*
2005 May 24
1
Samba net rpc group add NT_STATUS _ACCESS_DENIED
Hi, when I am runnig on samba PDC command: net rpc group add "demo" -Uroot%password , samba returns this message: NT_STATUS _ACCESS_DENIED. What is it? Where shall I set access rights? Thanks Zdenek ____________________________________________________________ http://www.seznam.cz - e-mailov? schr?nka 2000 MB