similar to: Creating a SQL R package

Displaying 20 results from an estimated 200 matches similar to: "Creating a SQL R package"

2017 Jul 30
0
How export data set (available in the package) from R?
Read the help file for the survival package. Probably use the data function to retrieve it, and write it out using the write.table function. -- Sent from my phone. Please excuse my brevity. On July 29, 2017 8:47:51 PM PDT, Ted via R-help <r-help at r-project.org> wrote: >"Data set flchain available in the survival? package". ?How can?I >get?it (from R)? as Excel file?
2017 Dec 01
2
R vs PYTHON vs SAS vs SPSS?
I am a mature learner; 3 masters some doctoral work ? statistics for social sciences; psychological statistics ? worked in spss and sas 2005 ? 2006 now have forgotten ; relearning my question is this can I do everything in R and Python and SAS studio that I did in SPSS and the paid variation of SAS we used in doctoral statistics class? Can I do in Stat in R or Python or SAS studio everything I
2017 Jul 30
5
How export data set (available in the package) from R?
"Data set flchain available in the survival? package". ?How can?I get?it (from R)? as Excel file? Thanks! [[alternative HTML version deleted]]
2018 Feb 23
4
change location of temporary files
I would like to change where R stores the temporary files to my external hard drive in my iMac. This is important because the temporary files R creates are huge and I do not have enough available space in my internal HD. Again, this is for macOS. This change has to be temporary. Later I need to use the usual location for temp files in the internal HD. Thanks in advance, Kumar Mainali --
2017 Jun 01
3
Post for R
Hello,? I want to split the dataframe into 1000 groups based on two column values(max value and second max value). First, I made two lists L1 and L2. ?L1 is the list divided into 100 groups based on the range of max value and L2 is divided into 10 groups based on the second max values. Now I want to do the combinations based on L1 and L2. I want to do a for loop for L1 and for each element in L1,
2017 Aug 19
4
My very first loop!! I failed. May I have some start-up aid?
Dear all, I have a data similar to this: myframe<- data.frame (ID=c("Ernie", "Ernie","Ernie","Ernie"), Timestamp=c("24.09.2012 08:00", "24.09.2012 09:00", "24.09.2012 10:00", "25.09.2012 10:00"), Longitude=c("8.481","8.482","8.483","8.481"),
2017 Dec 01
0
R vs PYTHON vs SAS vs SPSS?
Yes On 30 November 2017 at 22:28, <hotprojects at nyc.rr.com> wrote: > I am a mature learner; 3 masters > some doctoral work ? statistics for social sciences; psychological > statistics ? > worked in spss and sas 2005 ? 2006 > now have forgotten ; relearning > my question is this can I do everything in R and Python and SAS studio > that I did in SPSS and the paid
2017 Aug 19
0
My very first loop!! I failed. May I have some start-up aid?
[answers inline] On 18 August 2017 at 20:08, Dagmar <Ramgad82 at gmx.net> wrote: > > myframe<- data.frame (ID=c("Ernie", "Ernie","Ernie","Ernie"), > Timestamp=c("24.09.2012 08:00", "24.09.2012 09:00", "24.09.2012 10:00", > "25.09.2012 10:00"),
2010 Nov 28
2
Importar desde excel Series temporales
> Hola a tod@as a ver si me podéis ayudar: > > tengo una base de datos en excel con 120 variables y 58 observaciones para > cada una de ellas y no encuentro la manera de que reconozca la base de > manera correcta, es decir que reconozca que son 120 variables y que se trata > de series temporales. He usado el paquete ts, zoo pero tampoco así consigo > indexarlas de manera
2007 Feb 14
2
environement.rb compent récupérer une variable ?
Salut, Je souhaiterai définir dans mon fichier environement.rb une variable qui puisse être récupéré dans mes controlleurs. Plus précisément je souahiterai initialiser une varible avec l''ip du serveur qui héberge l''appli et pouvoir la récupérer dans mes controlleurs. Je suis sur que c''est trés simple mais je n''ai pas trouvé l''info. Merci ! --
2006 Oct 24
1
[Bug 1254] Race condition in ssh-agent AUTH_CONNECTION
http://bugzilla.mindrot.org/show_bug.cgi?id=1254 Summary: Race condition in ssh-agent AUTH_CONNECTION Product: Portable OpenSSH Version: 4.4p1 Platform: ix86 OS/Version: FreeBSD Status: NEW Keywords: patch Severity: normal Priority: P2 Component: ssh-agent AssignedTo: bitbucket at
2007 Aug 22
1
distance by vegan
How to calculate sorensen (bray-curtis) distance by dist function within the vegan package? Cheers Duccio
2007 Oct 22
3
Spatial autocorrelation
Hi, I have collected data on trees from 5 forest plots located within the same landscape. Data within the plots are spatially autocorrelated (calculated using Moran's I). I would like to do a ANCOVA type of analysis combining these five plots, but the assumption that there is no autocorrelation in the residuals is obviously violated. Does anyone have any ideas how to incorporate these spatial
2007 Nov 10
9
problème de téléchargement
salut Alex, je ne peut pas télécharger wxruby-1.9.2 avec rubygems. J''avait wxruby-1.9.0, mais j''ai fait une restauration complète de mon pc hier. J''ai la version 0.9.4 de ruby gems. J''ai un message d''erreur <openURI::HTTPerror> quand je veut installer wxruby-1.9.2. merci _______________________________________________ wxruby-users mailing list
2011 Jan 07
2
survval analysis microarray expression data
For any given pre-specified gene or short list of genes, yes the Cox model works fine. Two important caveats: 1. Remeber the rule of thumb for a Cox model of 20 events per variable (not n=20). Many microarray studies will have very marginal sample size. 2. If you are looking at many genes then a completely different strategy is required. There is a large and growing literature; I like Newton
2017 Oct 18
0
qemu-kvm-ev-2.9.0-16.el7_4.8.1 now available for testing
Hi, qemu-kvm-ev-2.9.0-16.el7_4.8.1 <https://cbs.centos.org/koji/buildinfo?buildID=20353> is now available for testing. If no negative feedback will be reported, I'm going to push to release on Monday, October 23rd. Here's the changelog: * Wed Oct 18 2017 Sandro Bonazzola <sbonazzo at redhat.com> - ev-2.9.0-16.el7_4.8.1 - Removing RH branding from package name * Fri Sep 15
2013 Feb 18
1
questions hash functions
Hello R, could you explain to me how to resolve this question: If this is a matrix: Element S1 S2 S3 S4 0 0 1 0 1 1 0 1 0 0 2 1 0 0 1 3 0 0 1 0 4 0 0 1 1 5 1 0 0 0 1. How is possible to ompute the minhash signature for each column if we use the following three hash functions:
2009 Jun 16
1
SSL Library Error: -12271 SSL client cannot verify your certificate
Hello i install ovirt and it work. But all encryption connections finished with error (Error code: sec_error_reused_issuer_and_serial) And server write to log SSL Library Error: -12271 SSL client cannot verify your certificate First i think need check dns querys. I see many A querys for example.com May be i must regenerate certificate ? Where i can read about that . Thanks. -- ? ?????????,
2015 Jan 09
2
debian wheezy 4.1.11 ldap backend / uid/gid resolving
Hi, i am transitioning from a samba3 to a samba4 installation and while at it i noticed that on samba4 every file access querys the LDAP (openldap) backend for uid/gid names. With samba3 on Debian/Squeeze i dont see this happening. My assumption was that nscd would cache away those querys which it doesnt on the samba4 wheeze installation. [2015/01/09 15:21:46.331508, 3]
2024 Jan 29
0
DescTools::Quantile
It looks like a homework assignment. It also looks like you didn't read the documentation carefully enough. The 'len.out' argument in seq is solely for specifying the length of a sequence. The 'quantile' function omputes the empirical quantile of raw data in the vector 'x' at cumulative probabilit(y)(ies) given in the weights' argument, with interpolation I'm