search for: ch15

Displaying 16 results from an estimated 16 matches for "ch15".

Did you mean: ch1
2024 Sep 07
4
Reading a txt file from internet
Hi, I am trying to the data from https://online.stat.psu.edu/onlinecourses/sites/stat501/files/ch15/employee.txt without any success. Below is the error I am getting: > read.delim('https://online.stat.psu.edu/onlinecourses/sites/stat501/files/ch15/employee.txt') Error in make.names(col.names, unique = TRUE) : invalid multibyte string at '<ff><fe>t' In addition...
2024 Sep 07
1
Reading a txt file from internet
...ing would break. If there is a BOM, don't override it unless you have to (e.g. for a wrong BOM)... leave off the LE unless you really need it. That sounds like good advice, but it doesn't work: > read.delim( + 'https://online.stat.psu.edu/onlinecourses/sites/stat501/files /ch15/employee.txt', + fileEncoding = "UTF-16" + ) [1] time [2] vendor.?????........??........?.??........?.??.?..?.....?..?..?...?.?..?..?...?.??....?...?.??. and so on. > > On September 7, 2024 1:22:23 PM PDT, Enrico Schumann <es at enri...
2024 Sep 07
1
Reading a txt file from internet
...ou really need it. On September 7, 2024 1:22:23 PM PDT, Enrico Schumann <es at enricoschumann.net> wrote: >On Sun, 08 Sep 2024, Christofer Bogaso writes: > >> Hi, >> >> I am trying to the data from >> https://online.stat.psu.edu/onlinecourses/sites/stat501/files/ch15/employee.txt >> without any success. Below is the error I am getting: >> >>> read.delim('https://online.stat.psu.edu/onlinecourses/sites/stat501/files/ch15/employee.txt') >> >> Error in make.names(col.names, unique = TRUE) : >> >> invalid multi...
2024 Sep 07
1
Reading a txt file from internet
...If there is a BOM, don't override it unless you have to (e.g. for a wrong BOM)... leave off the LE unless you really need it. > >That sounds like good advice, but it doesn't work: > > > read.delim( > + 'https://online.stat.psu.edu/onlinecourses/sites/stat501/files /ch15/employee.txt', > + fileEncoding = "UTF-16" > + ) > [1] time > > > > > > > > > > > > > > [2] vendor.?????........??........?.??........?.??.?..?.....?..?..?...?.?..?..?...?.??....?...?.??. > >and so on. >> >> On...
2024 Sep 07
1
Reading a txt file from internet
On Sun, 08 Sep 2024, Christofer Bogaso writes: > Hi, > > I am trying to the data from > https://online.stat.psu.edu/onlinecourses/sites/stat501/files/ch15/employee.txt > without any success. Below is the error I am getting: > >> read.delim('https://online.stat.psu.edu/onlinecourses/sites/stat501/files/ch15/employee.txt') > > Error in make.names(col.names, unique = TRUE) : > > invalid multibyte string at '<ff&g...
2024 Sep 07
1
Reading a txt file from internet
That looks like a UTF-16LE byte order mark. Simply open the connection with the proper encoding: read.delim( 'https://online.stat.psu.edu/onlinecourses/sites/stat501/files/ch15/employee.txt', fileEncoding = "UTF-16LE" ) On Sat, Sep 7, 2024 at 3:57?PM Christofer Bogaso <bogaso.christofer at gmail.com> wrote: > > Hi, > > I am trying to the data from > https://online.stat.psu.edu/onlinecourses/sites/stat501/files/ch15/employee.txt >...
2024 Sep 08
1
Reading a txt file from internet
...on't override it unless you have to (e.g. for a wrong BOM)... leave off the LE unless you really need it. >> >> That sounds like good advice, but it doesn't work: >> >>> read.delim( >> + 'https://online.stat.psu.edu/onlinecourses/sites/stat501/files /ch15/employee.txt', >> + fileEncoding = "UTF-16" >> + ) >> [1] time >> >> >> >> >> >> >> >> >> >> >> >> >> >> [2] vendor.?????........??........?.??........?.??.?..?.....?..?..?...?.?....
2003 Jul 22
1
Processing a large number of files
...change as appropriate Rdata = "/tmp/Devore6/data/" # change as appropriate chapters = c("CH01", "CH04", "CH06", "CH07", "CH08", "CH09", "CH10", "CH11", "CH12", "CH13", "CH15", "Ch14", "Ch16") for (ch in chapters) { path = paste(SPSS, ch, sep = '') files = list.files(path = path, pattern = '*.sav') for (ff in files) { dsn = gsub('-', '.', gsub('\.sav$', '', ff)) assign(d...
2006 Apr 25
8
Permissions for share
opensuse 10/find / samba-3.0.20b-3.3 I'm trying to change directory permissions on a share so all users can modify files in the share and when I do as suggested in Ch15 of Samba Howto the following happens $ find `directory_name' -type d -exec chown nobody:users {}\; find: missing argument to `-exec' Chris Boyd Systems Engineer USIT 19-21 Aston Quay Dublin 2 Ireland Tel: +353 1 6021670 Fax: +353 1 6771602 www.usit.ie -------------------------------...
2006 Sep 29
0
urgent probllem
Hi all, I am very new to traffic control. I read the lartc how to and I am curently using the script in ch15 (cookbook) with some restricion : I excluded the ingress section and i implemented the rest on both interfaces of my firewall.(eth0 the internet interface and eth1 the LAN interface).find below the script use on eth1 (ssh priority one and all other 2) ##################################### Egress...
2009 Mar 17
1
Putting demo shell scripts, text files, and RScript files with a package?
I've written a package to assist with using R in Hadoop Streaming. The main point of the package is to help make command-line runnable RScript files. I'd like to provide a demo RScript file, a demo data file (e.g. a plaintext file, not something already processed by R) , as well as demo bash shell scripts that demonstrate how to run the job from the command line and in a Hadoop
2003 Nov 25
2
O2 optimization produces wrong code (PR#5315)
Full_Name: jean coursol Version: 1.7.1, 1.8.0 OS: linux & Windows-XP Submission from: (NULL) (129.175.52.7) Binary MS-Windows akima module from CRAN (1.8.0 version) produces wrong results with some data. Installing akima source in linux, with same data: -with gcc-2.95.3 -O2 : give correct results (under R 1.7.1); -with gcc-3.2.3 -O2 : give wrong results (under R-1.7.1 and R-1.8.0); -with
2008 Nov 04
1
contour plot, failing to interpolate through all data
I'm having trouble making contour lines for this attached, sparse dataset (low data:NA ratio!). Is it the high number of NA's, or funny layout of the densities, or something else that's causing this? This is a subsample of the dataset, and I get the same problem when using the full data. The only reason I get any contours is because I'm forcing specific levels. If no levels are
2010 Nov 15
4
Best way to connect to a MySQL Database
Is this command the best way to access a MySQL database - MYSQL(Connect connid dhhost dbuser dbpass dbname) ? I thought I heard that using ODBC was a bit more stable. Anyone have any experience? Thanks, Matt
2004 Jul 28
3
where is "average shifted histogram"?
Hello! In the book Modern Applied Statistics with S (4th ed), section 5.6 the concept of the "average shifted histogram" or ASH is mentionend. Also it is mentioned in the same section "The code used is in the scripts for this chapter" (from figure caption 5.8, analysis of the geyser duration data). *However*, I have trouble finding the code for that function! Admittedly, I am a
2012 Dec 01
4
Getting all possible contingency tables
Hello all, Let say I have 2-way contingency table: Tab <- matrix(c(8, 10, 12, 6), nr = 2) and the Chi-squared test could not reject the independence: > chisq.test(Tab) Pearson's Chi-squared test with Yates' continuity correction data: Tab X-squared = 1.0125, df = 1, p-value = 0.3143 However I want to get all possible contingency tables under this independence