similar to: Average of results coming from B=100 repetitions (looping)

Displaying 20 results from an estimated 100 matches similar to: "Average of results coming from B=100 repetitions (looping)"

2018 May 08
0
Average of results coming from B=100 repetitions (looping)
On 5/8/2018 12:26 PM, varin sacha via R-help wrote: > > Dear R-experts, > > Here below the reproducible example. I am trying to get the average of the 100 results coming from the "lst" function. I have tried lst$mean and mean(lst). It does not work. > Any help would be highly appreciated > > #################### > > ?## R script for getting MedAe and
2018 Apr 21
0
Cross-validation : can't get the predicted response on the testing data
Dear R-experts, Doing cross-validation for 2 robust regressions (HBR and fast Tau). I can't get the 2 errors rates (RMSE and MAPE). The problem is to predict the response on the testing data. I get 2 error messages. Here below the reproducible (fictional example) R code. #install.packages("MLmetrics") # install.packages( "robustbase" ) # install.packages(
2018 Apr 25
0
Zero errors : Bug in my R code ?
Dear R-experts, I guess I have a problem with my fast function (fast tau estimator) here below. Indeed, zero errors look highly suspicious. I guess there is a bug in my R code. How could I correct my R code ? # install.packages( "robustbase" ) # install.packages( "MASS" ) # install.packages( "quantreg" ) # install.packages( "RobPer" ) #
2018 Apr 13
0
cvTools for 2 models not working
Dear R-experts, I am trying to do cross-validation for different models using the cvTools package. I can't get the CV for the "FastTau" and "hbrfit". I guess I have to write my own functions at least for hbrfit. What is going wrong with FastTau ? Here below the reproducible example. It is a simple toy example (not my real dataset) with many warnings, what is important to
2010 Jan 25
1
PCA: Showing file datalabels on biplot
The script below successfully produces a biplot of the data but the 'site names' (rows) and the names of the 'response variables' (columns) are shown as simple numerals (rather than the column and row names). How might I 'enforce' the use of the row/column names used in the datafile (section of datafile shown below)? Can anyone help, please? Section of datafile sample a b
2018 May 21
2
Bootstrap and average median squared error
Dear R-experts, I am trying to bootstrap (and average) the median squared error evaluation metric for a robust regression. I can't get it. What is going wrong ? Here is the reproducible example. ############################# install.packages( "quantreg" ) library(quantreg) crp <-c(12,14,13,24,25,34,45,56,25,34,47,44,35,24,53,44,55,46,36,67) bmi
2018 Apr 06
1
Fast tau-estimator line does not appear on the plot
R-experts, I have fitted many different lines. The fast-tau estimator (yellow line) seems strange to me?because this yellow line is not at all in agreement with the other lines (reverse slope, I mean the yellow line has a positive slope and the other ones have negative slope). Is there something wrong in my R code ? Is it because the Y variable is 1 vector and should be a matrix ? Here is the
2018 May 22
0
Bootstrap and average median squared error
Hello, If you want to bootstrap a statistic, I suggest you use base package boot. You would need the data in a data.frame, see how you could do it. library(boot) bootMedianSE <- function(data, indices){ d <- data[indices, ] fit <- rq(crp ~ bmi + glucose, tau = 0.5, data = d) ypred <- predict(fit) y <- d$crp median(y - ypred)^2 } dat <-
2018 Apr 07
0
Fast tau-estimator line does not appear on the plot
You need to pay attention to the documentation more closely. If you don't know what something means, that is usually a signal that you need to study more... in this case about the difference between an input variable and a design (model) matrix. This is a concept from the standard linear algebra formulation for regression equations. (Note that I have never used RobPer, nor do I regularly
2018 Mar 31
0
Fast tau-estimator line does ot appear on the plot
On 31/03/2018 11:57 AM, varin sacha via R-help wrote: > Dear R-experts, > > Here below my reproducible R code. I want to add many straight lines to a plot using "abline" > The last fit (fast Tau-estimator, color yellow) will not appear on the plot. What is going wrong ? > Many thanks for your reply. > It's not quite reproducible: you forgot the line to create
2018 Mar 31
2
Fast tau-estimator line does ot appear on the plot
Dear R-experts, Here below my reproducible R code. I want to add many straight lines to a plot using "abline" The last fit (fast Tau-estimator, color yellow) will not appear on the plot. What is going wrong ? Many thanks for your reply. ########## Y=c(2,4,5,4,3,4,2,3,56,5,4,3,4,5,6,5,4,5,34,21,12,13,12,8,9,7,43,12,19,21)
2006 Feb 12
1
problem with Too many open files
Hi Samba community, Last year we upgraded from version 3.0.10 to 3.0.20b and at the same time switch from NT-domain controller membership to AD membership. After this upgrade we began to experience that drives sometimes were not mapped. We saw this both on our Citrix servers and on our XP PCs. A couple of weeks back we then moved to 3.0.21b in the hope that this misbehaviour would
2014 May 28
3
The state of xfs on CentOS 6?
We're looking at getting an HBR (that's a technical term, honkin' big RAID). What I'm considering is, rather than chopping it up into 14TB or 16TB filesystems, of using xfs for really big filesystems. The question that's come up is: what's the state of xfs on CentOS6? I've seen a number of older threads seeing problems with it - has that mostly been resolved? How does
2018 May 22
2
Bootstrap and average median squared error
I forgot, you should also set.seed() before calling boot() to make the results reproducible. Rui Barradas On 5/22/2018 10:00 AM, Rui Barradas wrote: > Hello, > > If you want to bootstrap a statistic, I suggest you use base package boot. > You would need the data in a data.frame, see how you could do it. > > > library(boot) > > bootMedianSE <- function(data,
1998 Dec 04
1
AW: Windows 3.1 and Samba
Rudolf Kollien email: Rudolf.Kollien@medas.de Rudolf.Kollien@kollien.de *************************************************************************** Never trust a operating system you have no sources for *************************************************************************** Buying an operating system without source is like buying a self-assembly Space Shuttle with no instructions.
2003 Sep 08
1
Trouble with SAMBA Deamons
Hello guys: Im having trouble with my SAMBA server ver. 2.2.8a, the issue that i have is: this server is presenting shutdowns of the samba deamons (smbd and nmbd), in the earlier version i putted this lines in the inetd.conf file netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd ?D netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd ?D swat stream
1999 Oct 05
2
Error with 2.0.5a
Hi ! Starting the smbd, I get the following output in samba.log and i cannot connect to samba (from Win95): [1999/10/05 09:47:27, 2] interface.c:(213) Added interface ip=129.103.47.94 bcast=129.103.47.255 nmask=255.255.255.0 [1999/10/05 09:47:27, 1] files.c:(216) file_init: Information only: requested 10000 open files, 1014 are available. [1999/10/05 09:47:27, 2] server.c:(716) Changed
2004 Jan 12
1
Copying files between 1.0.9-4 and 1.0.9-12
We're having issues cloning db's from our production (2.4.9 e25, ocfs 1.0.9-4) to our development (2.4.9 e25, ocfs 1.0.9-12) servers. When attempting to copy files from prod to dev we're getting the following messages: cp: writing `./mscx01.dbf': Input/output error cp: writing `./msdd01.dbf': No space left on device cp: writing `./msdx01.dbf': Input/output error Note
2000 Apr 12
1
Samba and newline characters.
Hi, I've been looking through the news archives but haven't found this.. Perhaps I just didn't see the forest for the trees... :) My question is about the format of text files. Files created on Linux show up on Windows (via samba) without the newline. Is there a parameter setting that I'm missing? How do I get compatibility between the two? Thanks, Mike -- "My Humility
1999 Aug 25
2
Posting to browselists in other subnets?
Hi everyone, I'm running Samba 1.9.18p10 and it works great. But I can't get it to announce to other subnets that are on the other side of a router. I've added "remote announce = 192.168.1.255" to smb.conf (my machine is in 192.168.0.0 subnet) and there are no other NT machines in any of the subnets. What should I look for? Thanks, Joe