Displaying 20 results from an estimated 200 matches similar to: "(no subject)"
2007 Oct 11
0
Help Problems formatting date and using Regul function
Hello,
I problem is in the format of the date, my time series is like this:
2006070100 1244 61 62
2006070101 1221 60 60
2006070102 1214 60 60
2006070103 1194 59 59
2006070104 1182 58 58
2006070105 1178 58 58
2006070106 1176 58 58
2006070107 1173 58 58
2012 Sep 20
2
Sweave - if \Sexpr{} than \SweaveInput{"my.Rnw"}
Depending on an R computation I would like to include an Sweave documents
in the main Sweave document.
How can I do it?
So I was thinking .... to use Latex features :
\newif\ifpaper
\ifpaper
\SweaveInput{"my1.Rnw"}
\else
\SweaveInput{"my2.Rnw"}
\fi
But how do I set paper to true or false given an \Sexpr ??
\papertrue % or
\paperfalse
Any ideas?
cheers
--
Witold
2009 Nov 04
1
[PATCH] nv10/exa: Spring-cleaning
* Kill the A8+A8 hack. Recent enough X servers (>=1.7) fall back to
ARGB glyphs for drivers not supporting A8 render targets.
* Kill all the global state. It doesn't matter a lot yet but it might
if we get multicard working at some point.
* Other random clean-ups with no functional changes.
Some numbers from x11perf -aa10text -aa24text -comppixwin10 -comppixwin500:
* Before, with A
2005 Aug 27
2
zoo, zooreg, & ISOdatetime
I create a zooreg object that runs from Jan-1-2002 0:00 to Jun-1-2005
0:00...
regts.start = ISOdatetime(2002, 1, 1, hour=0, min=0, sec=0, tz="")
regts.end = ISOdatetime(2005, 6, 1, hour=0, min=0, sec=0, tz="")
regts.zoo <- zooreg( NA, regts.start, regts.end, deltat=3600 )
Upon inspection:
> regts.zoo[1:3]
2002-01-01 00:00:00 2002-01-01 01:00:00 2002-01-01 02:00:00
2005 Aug 27
1
ARIMA (seasonal) backcasting & interpolation
Thanks for everyone's help with zoo -- I think I've got my data set
ready. (The data consists of surface weather temperatures, from 2002
to 2005, one observation per hour. Some values are missing... i.e. NA)
I have three goals:
GOAL #1:Get the data in proper time series form, preserving frequency
information:
> w4.ts <- as.ts( w3.zoo, frequency=(1/3600) )
I hope that 1/3600
2006 Feb 14
2
Installing packages without clicking
I need to install several (too many) packages from local *.zip
files.
is there any form to do it without clicking?
I'm asking for a R code that allow me perform these task.
-----------------------------------
Mario Alfonso Morales Rivera.
Profesor Asistente.
Departamento de Matem??ticas y estad??stica.
Universidad de C??rdoba.
2006 Sep 12
1
openssh (OpenBSD) , bsdauth and tis authsrv
nuqneH,
I've tried using TIS authsrv authentication via bsd auth and found
it quite limited. The most important restriction it does not log
ip and fqdn of the remote peer, nor the application name, to
the authentication server. It does not matter much for TIS authsrv,
but since other applications do provide such information, our
authsrv version uses it for extra authentication restrictions.
2011 Feb 16
1
Timeseries Data Plotted as Monthly Boxplots
Hello, I'm trying to develop a box plot of time series data to look at the
range in the data values over the entire period of record.
My data initially starts out as a list of hourly data, and then I've been
using this code to make this data into the final ts array.
# Read in the station list
stn.list <- read.csv("/home/kbennett/fews/stnlist3", as.is=T, header=F)
# Read in
2007 Jul 30
4
how to combine data of several csv-files
Hello,
I'm looking for a solution for the following problem:
1) I have a folder with several csv files; each contains a set of
measurement values
2) The measurements of each file belong to a position in a two
dimensional matrix (lets say "B02.csv" belongs to position 2,2
3) The size of the matrix is fix
4) I cannot assure to have a csv file for each position
5) Each position
2007 Nov 08
1
Help me please...Large execution time in auto.arima() function
Hello,
I using the fuction auto.arima() from package forecast to predict the values
of p,d,q and P,D,Q.
My problem is the execution time of this function, for example, a time
series with 2323 values with seasonality to the week take over 8 hours to
execute all the possibilities.
I using a computer with Windows XP, a processor Intel Core2 Duo T7300 and
2Gb of RAM.
2010 Feb 03
1
Calculating subsets "on the fly" with ddply
Hi,
[I sent this to the plyr mailing list (late) last night, but it seems
to be lost in the moderation queue, so here's a shot to the broadeR
community]
Apologies in advance for being more verbose than necessary, but I'm
not even sure how to ask this question in the context of plyr, so ...
here goes.
As meaningless as this might be to do with the `iris` data, the spirit
of it is what
2000 Jul 06
1
R 1.1.0 dev.print()
Hi, I just upgraded to 1.1.0 from 1.0.1 this morning on my OSF/1
machine. I now have problems with the following code:
%E /tmp 43% R --vanilla
Version 1.1.0 (June 15, 2000)
...
> test2 <- function ()
{
plot(runif(30))
ofile <- "/tmp/newfile.ps"
dev.print(file = ofile)
}
+ + + + + > > test2()
Error in device(...) : Object "ofile" not found
However, if
2019 Apr 26
3
Samba with AD : SID rejected
Hello,
I'm building a samba share with Active Directory authentication, based
on samba wiki documentation.
I'm using Samba Version 4.7.6-Ubuntu (Ubuntu 18.04) and Windows Server 2019.
I added manually Unix fields in my AD users attributes (based on
https://wiki.samba.org/index.php/Installing_RSAT#Missing_Unix_Attributes_tab_in_ADUC_on_Windows_10_and_Windows_Server_2016)
I joined correctly
2007 Oct 24
0
Package forecast
Hello All,
I trying to use the function auto.arima(....) from package forecast but I
have a problem.
My steps after I used the function auto.arima(...)
I create the time series like this:
>bbrass = scan("C:/Program Files/R/data PTIN/my_file.dat")
>regts.start = ISOdatetime(2006, 7, 1, hour=0, min=0, sec=0, tz="GMT") #2006
07 01 00
>regts.end = ISOdatetime(2006, 7,
2019 May 03
2
Samba with AD : SID rejected
Hai,
wbinfo -Y S-1-5-21-2816186202-4468957523-2022743653-513
Does this resolve?
You should see "domain users"
And your missing your primary dnsdomain. (search)
Go here.
https://github.com/thctlo/samba4/blob/master/full-howto-Ubuntu18.04-samba-AD_DC.txt
Your missing, ( see line 370 ) search: [ internal.example.com ]
Add it..
Also i missed 2 other points.
smb.conf add:
2006 Oct 27
0
problem with applying regul function (pastecs)
Hi,
I'm trying to analyse some time series data on dissolved organic
nitrogen. Because it has gaps in it, I try to interpolate (linear) with
the regul method from the pastecs package.
I have a number of stations with measurement series in a matrix
constructed from a data frame with the unstack method (temp)
I also used the unstack method to make a similar matrix for the time
points
2005 Jan 31
1
installing ie6 with winetools
i try to configre wine using winetools, but don't get any furtherin base setup
than accepting the licence agreement of internet explorer. it doesn't make any
difference if i try to install from cd or internet.
on the console, where i started winetools you can read:
linux:~> wt
Wine 20041201
wine is executed as "wine"
Parameters are ""
Version of Wine is OK.
2007 Feb 08
2
problem with asterisk AGI
I have a fairly complicated setup. Extensions (1,2 and 3). In 3 - I
execute AGI in java which plays few wav files depending on external
parameters.
Can I have a dial plan inside my AGI? If not, how do I accomodate user
who needs to reach extension 2 from my agi? I have tried stream file and
get data but the two commands did not work at all.
2005 Feb 07
1
[Bug 982] scp doesn't work with password authentication when copying from remote to remote
http://bugzilla.mindrot.org/show_bug.cgi?id=982
Summary: scp doesn't work with password authentication when
copying from remote to remote
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
2007 Feb 08
0
SIP Re-Invite behind a NAT
SetUp:
- Asterisk behind a NAT,
- Red Hat 9.0
- Asterisk 1.2.14
My Asterisk box is behind a NAT and I have a DiD from an ITSP. I have
my dial plan set up so that when outside callers dial the DiD, the
call is answered by my auto-attendant. The caller can then select who
they'd like to speak to and the call is transferred to the external
line associated with that person (usually a mobile