similar to: Fw: How to learn R language?

Displaying 20 results from an estimated 11000 matches similar to: "Fw: How to learn R language?"

2008 Aug 27
2
How to learn R language?
Hi! I am a post graduate in Statistics. I want to learn R language, but am very confused as to how to begin systematically. I need to learn R language from Statistics point of view e.g. I need to fit distributions to data or run regression analysis etc. No doubt there are so many articles available on internet. But can someone guide me as to how do I begin and go on improving myself
2011 Jan 11
3
Generation of Normal Random Numbers
Dear R helpers I have a data frame as given below df = data.frame(A = c(776,827,836,995,855,1026,1203,1363,965,1195),                        B = c(806,953,1049,1056,1243,764,1148,1162,948,1154),                        C = c(959,1155,1193,1163,863,1070,1087,877,1132,944),                        D = c(906,760,978,1170,1009,883,1007,960,828,113)) # Actually the real data has number of vectors and
2008 Sep 16
2
Hosmer- Lemeshow test
Dear R - help, I am working on the Credit scorecard model. I am using the Logistic regression to arrive at the regression coefficients model. I want to use the Hosmer - Lemeshow test . In order to understand the use of R - language, I had referred the following URL       http://www.stat.sc.edu/~hitchcock/diseaseoutbreakRexample704.txt The related data 'diseaseoutbreak' is available
2008 Oct 14
2
Re : (a) Credit Scoring models and (b) aceesing earlier emails
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20081014/df8fd0b2/attachment.pl>
2008 Oct 24
1
Repetitive correlation test
Dear all, Through the following code, I wanted to perform correlation test repetedly (through loop) on different combinations of variables of a data set. Code: x=read.table("sample.txt",header=T,sep="\t") out="corout.txt" sink(out) nm = names(x) print(nm) nvr=3 # nvr=Total no. of variables in the input data file for (i in 1:(nvr-1)) { for(j in (i+1):nvr) { frm=
2008 Jul 25
2
Problem in Echocancelation
Hi, We are using your speex codec in our VirtuvalClassRoom product. It's working good but we have problem using your echo canceller. Can you send me some code samples which use the echo cancelation? thanks suresh A Bring your gang together. Do your thing. Find your favourite Yahoo! group at http://in.promos.yahoo.com/groups/ -------------- next part -------------- An HTML
2008 Jul 10
1
Solaris 10 + Samba + LDAP - how to?
Hi all, Some of you may recall a little while ago I posted a fairly complex request about integrating samba into a solaris 10 fileserver and using Open LDAP as the primary authentication source. Well, I got no responses as I believe it may have been too complicated-a-request/ question. So, a simplification and some different questions. 1. I have a Solaris 10 x86 host that I'd like to
2008 Jun 24
3
Question related to Single-step execution and Emulation
Hi all, I am trying to perform single-stepping and instruction emulation both in Xen-3.2.1. I am using the following approach: First, I mark a guest page "not present" inside the shadow page table so that I could intercept any operation that involves this page. When the guest tries to access that page, it faults and control goes to Xen (sh_page_fault function). There, I emulate that
2007 Jul 27
1
Asterisk advanced concepts
Hello, I am interested in knowing what are the advanced topics that can be learned in Asterisk. It would be helpful if there are any reference books or tutorials on Asterisk that cover advanced concepts on Asterisk. Thanks in advance! A Successful Person Is The One Who Can Lay A Firm Foundation With The Bricks That Others Throw --------------------------------- Why delete messages?
2008 Jun 12
8
Urgent Help Required!!!!!!!!!!!
&nbsp; Hi All, &nbsp; I am Rajeev. I have download centOS 5.1 i386 files for installing Linux. I tried my ways but my DVD is not getting recognised while booting. I have windows XP SP2 32-bit. Let me know the files that need to be burned for installing centOS 5.1 i386. &nbsp; Queries : 1. Whether I need to burn the files in CD or DVD? 2. I have download&nbsp;9 iso files, 3 torrent
2007 Nov 21
1
samba as a pdc, Unable to change passwd htrough Windows clients.
Hi Everyone, I am Using Samba-3.0.0-14.3E as a PDC. every thing working fine in PDC, But only the problem is to change passwd from Windows client machine, while trying to change passwd from client I am getting Bellow error messages.Please advice on this one. error message in some systems "You Don't have permission to change passwd" And "The
2008 Feb 01
2
How to read group descriptor?
Hi All, I am trying to read group descriptor from disk. I am able to read the superblock structure successfully. But I am not getting successful to get the group descriptor. Here is my code. Please check out what is missing. #include<linux/ext3_fs.h> #include<sys/types.h> #include<sys/stat.h> #include<stdio.h> #include<unistd.h> #include<fcntl.h>
2008 Sep 24
1
[Bridge] bridge is not forwarding the packet
Hi Rahul, If you're certain that your problem isn't as Stephen suggested, you might want to have a look at this: --- (From http://ebtables.sourceforge.net/brnf-faq.html <http://ebtables.sourceforge.net/brnf-faq.html> ) How do I let vlan-tagged traffic go through a vlan bridge port and the other traffic through a non-vlan bridge port? Suppose eth0 and eth0.15 are ports of br0.
2012 Mar 18
2
PATCH: Add test for metaflac --add-replay-gain
Erik, I cannot reproduce the problem you see with either dash(1) or bash(1). > test case62: --import-picture-from... OK > Testing FLAC file with unknown metadata... OK > Testing FLAC replaygain 8000 (8000 x 1) ... OK > Testing FLAC replaygain 11025 (11025 x 1) ... OK > Testing FLAC replaygain 11025 (11025 x 1) ... OK > Testing FLAC replaygain 12000 (12000 x 1) ... OK >
2020 Jun 25
4
Inclusive language in LLVM: can we rename `job` in source code?
On 25.06.2020 01:19, Fedor Sergeev via llvm-dev wrote: > On 6/21/20 10:41 PM, Ivan Kush via llvm-dev wrote: >> Yes, broad. But what guys say: "You LLVM developers are all racists, because you use 'master' word" >> Or broader: "You  all developers are all racists, because you use 'master' word". We are not racists, but other guys think so. >>
2008 Feb 22
1
Enquiry about Speex Encoder and decoder in C#
Hi, How to implement the speex codec in C#? I want to use it in ,Net Compact framewok 2.0 so how can I use speeex for it? Please help me in this matter. Thanks And Regards. Kaustubh Deshpande 5, 50, 500, 5000 - Store N number of mails in your inbox. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
2007 Aug 17
1
comparison of arrays of strings
Hi i have two arrays of genes names,one with180000 gene names and the other with 24000 gene names,I have to compare both of them for finding common names. I have both the arrays in .csv format.i loaded the files and tried to compare them using for and if loops but I got the error Error in Ops.factor(cgh[i, 1], cgh[j, 2]) : level sets of factors are different Please suggest me how to
2007 Aug 18
1
doubt about string comparison
I have two large arrays of strings array1 with 180000 names and array2 with 24000 names ,I want to find the common names in both of them. My arrays are for example Array1 Array2 GAP4 HIST1B-histamine.... MFG12 SNRPD-signal induced... CFH1A
2008 Oct 14
0
(a) Credit Scoring models and (b) aceesing earlier emails
Hi!   I have been reading lots of queries regarding logistic regression as well as Credit scoring model and the related replies, which I must admit are full of wisdom and help us to understand where do we stand. The contributions of Frank E Harrell Jr, etc are invaluable. Incidentally I am also trying to work on Credit scoring model and initially I tried to use the multiple regression etc. and now
2017 Nov 30
0
Fwd: Wanted to learn R Language
Or try haven::read_xpt(): http://haven.tidyverse.org/reference/read_xpt.html Hadley On Thu, Nov 30, 2017 at 3:13 PM, Jim Lemon <drjimlemon at gmail.com> wrote: > Hi SAS_learner, > Have a look at the read.xport function in the foreign package. > > Jim > > On Fri, Dec 1, 2017 at 7:50 AM, SAS_learner <proccontents at gmail.com> wrote: >> Hello all , >>