Displaying 3 results from an estimated 3 matches for "sumamry".
2008 Aug 10
7
SELinux
Hi list,
I've knocked up a contribution on SELinux here:
http://wiki.centos.org/HowTos/SELinux
I've tried to pitch it as an introduction for those not already familiar
with SELinux but also hopefully a useful reference.
I'm relatively new to SELinux and have covered pretty much everything I
know to the limits of my limited knowledge. If folks think other
material needs to be
2008 Sep 26
1
Error in Cut command - 'x' must be numeric?
...7.10
> b<-cut(a,10)
Error in cut.default(a, 10) : 'x' must be numeric
> summary(a)
tot_rdm_amt
Min. : 40.15
1st Qu.:246.07
Median :306.27
Mean :356.46
3rd Qu.:491.94
Max. :802.36
>
I cannot work out why I am getting the error when summary produces sumamry stats, so clearly its reading as numeric?
Yet when I run the following commands (from online R-Help doc), I get no issues:
> Z <- stats::rnorm(10000)
> table(cut(Z, breaks = -6:6))
Any assistance would be greatful. Am new user to R so clearly missing something basic here!
Thanks
Pet...
2009 Dec 03
0
Problem with predict() and factors
..."data$")
close(channel2)
#Get Raw Data
tsSource<-ts(sh1[[ENVNAME]],start=c(2004,1),freq=52)
#Data is now a Time Series
#Prep Out-of-sample test ranges
modLength=length(sh1[[ENVNAME]])
modMax=round((modLength/3)*2)
modEndDate=time(tsSource)[modMax]
modStartDate=time(tsSource)[1]
#RAW SUMAMRY WITH OVERLAY OF OUT OF SAMPLE RANGES
summary(tsSource)
modelSource=window(tsSource,modStartDate,end=modEndDate)
verSource=window(tsSource,time(tsSource)[modMax+1])
pdf(paste("Q:/ReleaseMgmt/Environment
Mgmt/Data/Current/Metrics/Mainframe/Test Environment
Projections/RSTATS/images/",ENVNAM...