search for: wmich

Displaying 18 results from an estimated 18 matches for "wmich".

Did you mean: which
2018 May 08
4
Average of results coming from B=100 repetitions (looping)
...ll.packages("robustbase") install.packages( "MASS" ) install.packages( "quantreg" ) install.packages( "RobPer") install.packages("devtools") library("devtools") install_github("kloke/hbrfit") install.packages('http://www.stat.wmich.edu/mckean/Stat666/Pkgs/npsmReg2_0.1.1.tar.gz') library(robustbase) library(MASS) library(quantreg) library(RobPer) library(hbrfit) # numeric variables A=c(2,3,4,3,2,6,5,6,4,3,5,55,6,5,4,5,6,6,7,52) B=c(45,43,23,47,65,21,12,7,18,29,56,45,34,23,12,65,4,34,54,23) D=c(21,54,34,12,4,56,74,3,12,71...
2002 Mar 27
0
tftp-hpa and remap file examples
...sun-2-config rewriting file name: 10.1.1.20/sun-2-config Is there a way to add the date? For example 10.1.1.20/sun-2-config.20020327T1503 Thanks -- *********************************************************************** Derek Diget Western Michigan University - Kalamazoo Michigan USA - www.wmich.edu/ Office of Information Technology - UNIX support - www.wmich.edu/unix/ ***********************************************************************
2018 May 08
0
Average of results coming from B=100 repetitions (looping)
...> install.packages( "MASS" ) > install.packages( "quantreg" ) > install.packages( "RobPer") > install.packages("devtools") > library("devtools") > install_github("kloke/hbrfit") > install.packages('http://www.stat.wmich.edu/mckean/Stat666/Pkgs/npsmReg2_0.1.1.tar.gz') > library(robustbase) > library(MASS) > library(quantreg) > library(RobPer) > library(hbrfit) > > # numeric variables > A=c(2,3,4,3,2,6,5,6,4,3,5,55,6,5,4,5,6,6,7,52) > B=c(45,43,23,47,65,21,12,7,18,29,56,45,34,23,12,65...
2001 Mar 06
3
Bootstrapping on R
Does R have a bootstrap command like SPlus, or do we have to form our own code if we want to do bootstrapping in R? Jason Parcon Western Michigan University e-mail addresses: s0parcon at wmich.edu parcon at stat.wmich.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "b...
2001 Nov 02
0
Re: Cluster Analysis
>>>>> "Grace" == Grace Manguba <manguba at stat.wmich.edu> writes: Grace> Dear R-project staff, ===== usually "staff" is payed. Instead, we are the group of core volunteers. Questions like these belong to the "R-help" mailing list where there's a much larger group of volunteers willing to help out (as time perm...
2018 Apr 13
0
cvTools for 2 models not working
...t;robustbase" ) # install.packages( "MASS" ) # install.packages( "quantreg" ) # install.packages( "RobPer" ) # install.packages("devtools")? # library("devtools") # install_github("kloke/hbrfit") #install.packages('http://www.stat.wmich.edu/mckean/Stat666/Pkgs/npsmReg2_0.1.1.tar.gz') # install.packages( "cvTools" ) library(robustbase) library(MASS) library(quantreg) library(RobPer) library(hbrfit) library(cvTools) X <- c(5,3,2,4,7,6,9,3,7,11,1,6,4,5,6,9,4,5,34,2,1,3,12,8,9,7,4,12,19,21) Y <- c(25,24,23,19,1...
2018 Apr 21
0
Cross-validation : can't get the predicted response on the testing data
...ASS" ) # install.packages( "quantreg" ) # install.packages( "RobPer" ) # install.packages( "scatterplot3d" ) # install.packages("devtools")? # library("devtools") # install_github("kloke/hbrfit") #install.packages('http://www.stat.wmich.edu/mckean/Stat666/Pkgs/npsmReg2_0.1.1.tar.gz') library(robustbase) library(MASS) library(quantreg) library(RobPer) library(scatterplot3d) library(hbrfit) library(MLmetrics)? # numeric variables A=c(2,3,4,3,2,6,5,6,4,3,5,55,6,5,4,5,6,6,7,52) B= c(45,43,23,47,65,21,12,7,18,29,56,45,34,23,12,6...
2018 Apr 25
0
Zero errors : Bug in my R code ?
...code ? # install.packages( "robustbase" ) # install.packages( "MASS" ) # install.packages( "quantreg" ) # install.packages( "RobPer" ) # install.packages("devtools")? # install_github("kloke/hbrfit") #install.packages('http://www.stat.wmich.edu/mckean/Stat666/Pkgs/npsmReg2_0.1.1.tar.gz') #install.packages("DMwR") library(robustbase) library(MASS) library(quantreg) library(RobPer) library(hbrfit) library("devtools") library("DMwR") bmi=c(23,43,12,1,23,4,3,4,5,5,6,5,5,34,67,87,32,12,23,19) glucose=...
2003 Mar 26
2
developing with libvorbis
In the example decoder it writes data in varying lengths to stdout, is it possible to alter the decoder to write the same length data to stdout every time? Rather, how would you alter the decoder to do that. It seems to be writing everything from 512 to 4096 bytes each time and i cant really see why this is and how to change it. <p><p>--- >8 ---- List archives:
2014 Nov 07
2
[LLVMdev] Fwd: LLVM Help
> Hi All, > Attached above my InstCount.cpp after modification. I did simple > modification which is the following (The statements between the > ************** ) : > bool InstCount::runOnFunction(Function &F) { > unsigned StartMemInsts = > NumGetElementPtrInst + NumLoadInst + NumStoreInst + NumCallInst + > NumInvokeInst + NumAllocaInst; >
2010 Apr 30
3
3D Surface plot
Dear All, I want to create a surface plot from the data. My data set is consists of x, y and z data. I plotted in very easy way by Excel worksheet as shown in the attached picture. I did some steps in R, but I cannot have the same plot as in Excel worksheet's figure. the R code is x <- c(-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1) y<- c(-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1) z<-
2005 Aug 29
4
echo system command and set the results to a new variable
I am looking to issue a 'System cmd' that will echo the results into a new variable -- can anyone tell me the correct way to do this? example: at the terminal I am currently able to issue this command: echo | date > date.txt I end up with a file called date.txt with the contents: Mon Aug 29 18:32:45 EDT 2005 I would like to issue a command in my dialplan that puts the date
2002 Mar 10
3
Finding length (time) of encoded birstream
I'm adding some final features to my CD Ripper and Encoder before the full, version 1 release. As part of that release, the program will offer the ability to play (for review purposes) both WAV and OGG files. I have both the decoder and playback code working but I have one final issue to resolve: finding the play time for the Vorbis bitstream that is being played back. I used the
2004 Aug 06
2
speex over radio and homemade hardware
I've been given the task to hunt down a codec that out solar car team can use to transmit and receive data over a radio link between a chase car and the solar car its self. As of now I do not know the exact specifications of the internal hardware of the car, what I do know is they are looking at transmitting across a 2400baud connection, the unit in the car is homemade from our labs here.
2003 Jan 30
2
Double Exponential
To whom it may concern: I just would like to know how can one generate a set of random values from the double exponential distribution. Thanks. Jason Parcon
2003 Jul 07
1
directory does not exist?
I'm sure this has been brought up before but i searched through the last few months of archives and i couldn't find any mention of it. I've been having this problem in debian unstable for the past few months and it's seriously got me within 2 inches of deciding to invent a way to make computer programs feal pain. For some reason (my all anonymous access) setup only lets you
2002 Mar 07
1
mp3stat 2.5 released
Yes it's a shameless plug of a vorbis enabled program but other people have done it so there is precedent, for whatever that's worth. <p>You can get it at http://safemode.homeip.net/mp3stat_2.5.tar.gz Changes at http://safemode.hmoeip.net/Changelog-2.5 more info at http://safemode.homeip.net mp3stat started out as an mp3 only program to display the average bitrate of
1998 Jul 09
4
What is someone looking for??
I am currently blocking out netbios UDP port 137 on my firewall and was wondering what the following means in terms of security: Jul 9 16:19:05 oscar kernel: IP fw-in rej eth0 UDP SOMEONES_IP:137 MY_IP:137 L=78 S=0x00 I=46484 F=0x0000 T=111 I have gottena few 100 of these and was wondering if there are some vulnerabilties related to netbios out there?? What do the S/I/F/L fields stand for?? I