similar to: circular package

Displaying 20 results from an estimated 100 matches similar to: "circular package"

2000 Dec 21
1
statistical quality control
Hi all, could anybody tell me whether there exist any packages about statistical quality control. Thanks very much. Stefano Tonellato -- Stefano Tonellato Dipartimento di Statistica Universita' Ca' Foscari di Venezia Campiello S. Agostin, S. Polo 2347 30125 Venezia - ITALY Phone +39-041-2577422 Fax +39-041-710355 E-mail stone at unive.it -------------- next part -------------- An
2013 Jan 13
1
Loading circular package from Rprofile.site
Hi, I installed "circular" package and I wanted to load it automatically when R starts up, so I added the following lines in file Rprofile.site, .First <- function() library(circular) When R starts up, it gives me the following error: ---------- Loading required package: boot Loading required package: graphics Loading required package: stats Error : .onAttach failed in
2002 Sep 17
0
ga: genetic algorithms package
Dear all, at the following address http://linaria.dst.unive.it/~claudio/R/Rmaterial.html#ga you can download a package to build simple genetic algorithms. I wrote this package to introduce genetic algorithms to student in labs, which means, the package emphasize "how a ga works" instead of "how fast it could be". Please, let me know any comments or suggestions, Bests,
2003 Jun 11
1
forcibly disconnect a user
Hi, i want forcibly disconnect a user in a windows xp client after 1 hour that he logs on a samba domain. How can i do? There is also a way to display the time remain of session? Thanks a lot ---------------------------------------------------------- Sig Carlo Busetto Dipartimento di Scienze Economiche Universit? Ca' Foscari Cannaregio n? 873 30121 Venezia Tel 041-2349137 Fax
2002 Oct 21
1
possible bug in sd
> From: Claudio Agostinelli [mailto:mail-list at linaria.dst.unive.it] > > Dear All, > I think there is a small bug in sd when the argument is a > dataframe and > there are missing values: > > > x <- data.frame(matrix(rnorm(12,0,1), nrow=4, ncol=3)) > > x[1,1] <- NA > > sd(x) > Error in var(x, na.rm = na.rm) : missing observations in cov/cor >
2009 Dec 01
1
LMER: How to specify Random Effects
I saw different specifications for Random Effects and I'm confused about the use of "/" and the use of "(0+...|)" . Let say we have a nested structure where some countries have some several plants in different states and we measure the reaction to a drug. The list of Countries = USA, France, Italy The States for USA = Michigan, Florida, California The States for France
2008 Jul 17
3
Problem with TLC/TK on Ubuntu
Dear all, I have installed R on Linux/Ubuntu 8.04. When I try to load the tcltk package, I get the response: > library(tcltk) Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error in library(tcltk) : . First.lib failed for 'tcltk' In order to solve this problem, I try to: 1. To download the tcl and the tk packages (version: 8.5) from
2009 Jan 15
1
About Tcl/Tk after command in R
Dear R-helpers, I have a problem with the tcl "after" instruction. When I send: > library(tcltk) Loading Tcl/Tk interface ... done > tcl("after",1000,cat("try tcl after\n")) try tcl after <Tcl> the tcl command works fine. Similarly, the tcl command: > tcl("after",1000,plot(rnorm(100))) <Tcl> works fine. But, if I send the command:
2010 Apr 06
0
Adding labels on maps (using sp, maptools, or something else suggested)
Hello, I would like to place region names (or abbreviations if space is too limited) on a map. I have tried the following, copying and adapting various examples I have seen but without success. The first example is self-contained, but the second one requires the .shp file, which can retrieved at http://www.gadm.org/country. ----- Example 1 ----- library(sp) con <-
2005 Jul 22
0
useR! 2006
We are happy to announce that the second R user conference useR! 2006 is scheduled for June 15-17 2006 and will take place at the Vienna University of Economics and Business Administration. This second world-meeting of the R user community will focus on - R as the `lingua franca' of data analysis and statistical computing, - providing a platform for R users to
2005 Jul 22
0
useR! 2006
We are happy to announce that the second R user conference useR! 2006 is scheduled for June 15-17 2006 and will take place at the Vienna University of Economics and Business Administration. This second world-meeting of the R user community will focus on - R as the `lingua franca' of data analysis and statistical computing, - providing a platform for R users to
2013 Sep 06
1
Java exception error (Jcheck) while running an R script
Dear all, I am facing a problem with running a script that i have written in R and i hope you can help me spot which exactly is the problem and how i can solve it. The error I get is the following: ---- Error in .jcheck(silent = FALSE) : Java Exception <no description because toString() failed>.jcall(row[[ir]], "Lorg/apache/poi/ss/usermodel/Cell;", "createCell",
2015 Jan 09
0
Processed (with 2 errors): user debian-qa@lists.debian.org, affects 774889, affects 771755, unarchiving 767561 ...
Processing commands for control at bugs.debian.org: > user debian-qa at lists.debian.org Setting user to debian-qa at lists.debian.org (was anbe at debian.org). > affects 774889 + xfswitch-plugin Bug #774889 [gdm3] gdm3: fails to upgrade squeeze -> wheezy -> jessie - trying to overwrite /usr/share/gdm/BuiltInSessions/default.desktop Added indication that 774889 affects xfswitch-plugin
2005 Sep 12
1
help for linear-circular correlation
Hi R-profs, Maybe my question is a little off topic. Could any one tell me how to calculate a linear-circular correlation coefficient and its p-values? I had a quick look at circular and CircStats packages and did not find the related function. Thanks for any kindly help. Xiaohua -- Xiaohua Dai, Dr. Centre for Systems Research, Durban Institute of Technology P.O.Box 953, Durban 4000, South
2007 May 23
1
Samba PDC on a read-only (and not configurable) LDAP server
hi everybody, after an enoormous googling (event in the samba mailing list archive) i decided to subscribe to this ML since i can't find any solution to my problems. here is the situation. i work in an university and here we have a laboratory with more or less 20 windows XP computers. our server is equipped with slackware 9 and samba 3.0.1 (working as a PDC). users are stored *locally* in the
2005 Nov 22
1
windrose (circular package) error in table (PR#8341)
Full_Name: Allyson Williams Version: 2.1.1 OS: Windows XP Submission from: (NULL) (203.25.1.208) I'm using the 'Circular' package to plot windroses. I think the output table (see out2$table below) is incorrect when using different rotations. More precisely, when a rotation is used for the plot, the output table stuffs up. This example is from the code in the help notes, although the
2009 Jan 15
1
Seemingly Unrelated Negative Binomial (SUNB) estimation
Dear all, I am trying to estimate a system of equations with a Seemingly Unrelated Regression. However because of the characteristics of the data I'd like to do it with a negative binomial estimation. Would anybody know how to implement a Seemingly Unrelated Negative Binomial (SUNB) estimation in R? Thank you in advance for your help. Best regards, Elisa Lanzi -- Elisa Lanzi PhD student in
2008 Jun 13
1
Output of silhouette (cluster package)
Dear R users, I am mailing you about the graphical output of silhouette (cluster package) From the example of silhouette in help(silhouette): > ar <- agnes(ruspini) > si3 <- silhouette(cutree(ar, k = 5), # k = 4 gave the same as pam() above + daisy(ruspini)) > plot(si3, nmax = 80, cex.names = 0.5) from which one may conclude that group 1 is composed by
2003 Nov 27
1
cclust - cindex - binary data
Hi, I'm trying to debug a function I wrote to calculate the cindex for a hierarchical tree. For this it is useful to compare my calculations with those in output from the clustindex function, in the cclust library. There's no way, however, to have the cindex value for a given output of the cclust function, as a NA value is always returned. This happens almost surely because the cindex in
2010 Aug 12
1
plot.circular
Dear all, I am using plot.circular(x, stack=TRUE) to plot a "histogram" from a list of angle. I would also like to draw a line from the origin at the angle of the mean (mean.circular), preferably with the resultant's length (rho.circular) as length. How do I achieve this on the circular plot, please? Thanks a lot, Tim -- -- Tim Gruene Institut fuer anorganische Chemie