Displaying 20 results from an estimated 20000 matches similar to: "Proposal: Package update log"
2001 Oct 04
0
ANNOUNCE: ticker (peeper)
--lrZ03NoBR/3+SXJZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
----- Forwarded message from Collin Starkweather <collin.starkweather@color=
ado.edu> -----
--=20
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Collin Starkweather http://www.collinstarkweather.com
Consulting Software
2008 Jul 22
2
randomForest Tutorial
I am new to R and I'd like to use the randomForest package for my thesis
(identifying important variables for more detailed analysis with other
software). I have found extremely well written and helpful information on
the usage of R.
Unfortunately it seems to be very difficult to find similarly detailed
tutorials for randomForest, and I just can't get it work with the
information on
2006 Mar 26
7
MVC Design
Hello I have been using LAMP for the last 6 years and i am now finally
making the choice to move over to RoR. This MVC stuff is all very new to
me. As i have no trouble understanding ruby code... or any code for that
matter.. my challange comes in getting my head around the MVC stuff. Is
there any demos articles that you guys have seen that takes a site or a
business breif and explains where
2003 Oct 16
4
summary with names
Hi,
how can I tell 'summary' to print the name of the summarised
variable? This is probably an awkward newbie question but I
didn't find an answer in the Docus, the FAQ and maillist archive.
I want a summary for about 250 variables and realise it
the following way (I know, that I shouldn't use iterations
that way in R; but at the moment it's the easiest way for me):
2010 Dec 09
3
hi have a question about merging.
this is the problem:
load this R data frame over the internet and save it to your hard drive.
http://rss.acs.unt.edu/Rdoc/library/twang/data/raceproling.RData
please show how to save a dataset of males only (the variable male=1) to a new dataframe. Then do the same thing for females (male=0). Then show how to recombine the two datasets to belike the original one except that the female
2016 Sep 30
7
libLTO C API stability policy
Hi all,
libLTO is exposing a very “stable” (in the sense of immutable) C API to be used by linkers (and binutils tools) that manipulate bitcode (like when performing LTO).
I’m looking into relaxing the stability concern and design a policy for this API that would allow to deprecate and remove some the APIs exposed here. The MacOS linker (ld64) is one the users of libLTO, but there are others
2011 Dec 30
3
good method of removing outliers?
Happy holidays all!
I know it's very subjective to determine whether some data is outlier or
not...
But are there reasonally good and realistic methods of identifying outliers
in R?
Thanks a lot!
[[alternative HTML version deleted]]
2011 Aug 12
1
sapply to bind columns, with repeat?
Hi R-help,
I am working with US COOP network station data and the files are
concatenated in single rows for all years, but I need to pull these
apart into rows for each day. To do this, I need to extract part of
each row such as station id, year, mo, and repeat this against other
variables in the row (days). My problem is that there are repeated
values for each day, and the files are fixed width
2009 May 04
2
Distribución log-logistica
Hola a tod@s,
Hace poco en la lista se discutieron algunas aproximaciones para determinar
la distribución de probabilidad que potencialmente podrían haber generado
los datos (ver [1]) y una de ellas fué el AIC. Haciendo uso del programa
enviado por Pablo Verde (ver [1]), estos son los resultados para mis datos:
weibull , AIC = 69839.44
exponential , AIC = 79488.77
gaussian , AIC = 69413.03
2009 Mar 29
1
DCT function?
Looking for the DCT function, but don't see it in the signal pkg.
http://rss.acs.unt.edu/Rdoc/library/signal/html/signal.package.html
http://rss.acs.unt.edu/Rdoc/library/signal/html/00Index.html
As I understand it, the 'signal' functions are ports of the corresponding matlab/octave code, where the DCT exists. Did I miss it (different name?) or is someone working on a port for
2012 Oct 08
1
weighted cumulative distribution with ggplot2
Dear all,
I am trying to draw a weighted cumulative distribution (as defined
here http://rss.acs.unt.edu/Rdoc/library/spatstat/html/ewcdf.html)
with ggplot2
however the syntax
temp<-qplot(X,weight=weight,data=data,stat = "ecdf", geom =
"step",colour=factor(year))
seems not to produce exactly the right figure (the values seems higher
at some points)... I am wrong in the
1999 Sep 28
3
SAMBA digest 2250 - Parameter is incorrect
Matthew Vanecek wrote:
>I set up a new printer on my Linux box, an Epson Stylus Color 740. I
>had previously been using an EPson Stylus Color IIs. I got the printer
>working nicely in Linux, but I can not print to the printers I set up in
>/etc/printcap via samba from NT anymore. I.e., it worked with the IIs,
>but not with the 740. I didn't change anything in smb.conf.
1999 Sep 19
3
Samba can't keep NT shares mounted
I don't know who this problem belongs to, samba or Linux, but it's a
common one, judging by the responses in my INBOX to a previous post.
Plus, it's a fairly serious one; many applications require smb shares to
be mounted continuously and without interruption. It's been a recurring
problem which seems to have been pushed off to the side as not
important, even though it's a
2009 Jul 15
1
FW: Package submission to CRAN
Please Note: Email below was bounced back (rejected by the Packages email list moderator), so please do not ask me to submit to r-packages@r-project.org<mailto:r-packages@r-project.org>.
Members,
I recently submitted my first package to the submissions ftp site on CRAN (7.3.09). The package has remained on the server since with no action? Do package review/updates occur monthly? When I
2006 Nov 15
3
Dotmatrix Plots
Hi all,
Does anyone know what happened to the dna library or the dotmatrix
function? For the life of me, I can't find it anywhere with the
exception of this reference:
http://rss.acs.unt.edu/Rdoc/library/dna/html/dotmatrix.html
Thanks!
Jeff.
http://www.nd.edu/~jspies/
[[alternative HTML version deleted]]
2003 Apr 23
3
Changing the size of the bounding box
Greetings all:
I have to create a graph that has very specific dimensions for
publication purposes. The graph is a semilog scaled graph and the
axes must range from 1 to 1,000,000 on the y axis and 0 to 100 on the
x axis. The x axis should be exactly 8 inches and the y axis should
be exactly 5.25 inches. I've been able to set the plot area to 8 x
5.25 using the par(pin=c(8,5.25)). The
2005 Jan 11
2
MIT Kerberos and OpenSSH
Howdie,
Is there a way to get the default BSD 5.3 openssh to compile against
the MIT kerberos libraries? I have set NO_KERBEROS=yes in /etc/make.conf so
that the heimdal kerberos is not built, and rebuilt world, then installed
/usr/ports/security/krb5 and rebuilt world again. sshd is however not being
built against MIT at all.
[root@foobar] ~ # ldd /usr/sbin/sshd
/usr/sbin/sshd:
2004 Aug 02
1
Estimating EGARCH processes with R
Hallo,
I am a student specializing statistics and econometrics in germany. I know there is a way to program EGARCH-processes (time series analyses) in R.
If you are ackquainted with statistics already you know that there is nothing but a theorethical use of GARCH-Package in R. Not only because the distribution is gaussian, but also because the skewdness and leptokurthosis are not quite good
1999 Sep 17
1
Compiling with smbmount option
We have downloaded the samba 2.0.5a source from net and tried to compile with the smbmount option, which is what we need for mounting. The following wor "
-----------
client/smbmount.c: In function `send_fs_socket` :
client/smbmount.c:295: storage size of `conn_options` isn't known
client/smbmount.c:314: `SMB_CASE_DEFAULT` Undeclared (first use this function)
client/smbmount.c:325:
1999 Sep 24
1
Cannot access nt shares after a few minutes
Hi,
I´ running samba 2.0.5a and Linux 2.2.5. After smbmount sucessfully mounted my
four nt-shares it lost the connection after 15 or more minutes. I´ve no idea
why. The log reads
smb_retry: signal failed: error=-3
I can remount all shares every 5 minutes but this doesn´t seem to be a good
solution.
Anyone who has a fix for this?