search for: csss

Displaying 7 results from an estimated 7 matches for "csss".

Did you mean: css
2012 Feb 16
1
Is there a function for scatter3d with Categorical responses?
...s is very much what I'm after but with a categorical response instead of a continuous one library(car) library(rgl) scatter3d(prestige ~ income + education | type , surface=FALSE, ellipsoid=TRUE, revolutions=3, data=Duncan) Using my data I'd like to use the function as follows: scatter3d(CSSS$VegtypeID ~ CSSS$MeanAnnualDepth + CSSS$Hydroperiod + CSSS$MedianWet, ellipsoid=TRUE, revolutions=3, data=CSSS) or: scatter3d(CSSS$DA7Depth ~ CSSS$MeanAnnualDepth + CSSS$Hydroperiod + CSSS$MedianWet | type=CSSS$VegtypeID, ellipsoid=TRUE, revolutions=3, data=CSSS) If you know of a different fun...
2012 Jun 18
1
Slide Show (S9) v1.1 Update - More Template Packs (Deck.js, Impress.js, CSSS, Slidy2, etc.)
...* Gradient Themes Using "Loss-Free" Vector Graphics in S9 * Turn Your Online Wiki Pages into Slide Shows - Sputnik Case Study Finally, the Slide Show (S9) gem supports template packs and lets you use "industry-strengh" slide show templates such as Deck.js, Impress.js, CSSS, Slidy2, Google HTML5 Rocks, and more. Find out more @ http://slideshow.rubyforge.org Cheers.
2012 Jan 05
6
assest pipeline how to exclude some css files?
In my assets I have intranet |_1.css.scss |_2.css.scss internet |_1.css.csss application.css application_internet.css application_intranet.css 1.css.scss 2.css.scss 3.css.scss intranet and internet are directories. In my layout I want to exclude the files under internet and intranet. I have created application_internet.css /* * application-internet.css * *= require_sel...
2002 Oct 22
0
FW: Mixture Transition Distribution (MTD) time series model in R or S ?
...----------------------------- Adrian E. Raftery Professor of Statistics and Sociology Director, Center for Statistics and the Social Sciences University of Washington, Box 354320 Phone: (206) 543-4505 Seattle, WA 98195-4320. FAX: (206) 221-6873 Web: www.stat.washington.edu/raftery; www.csss.washington.edu ------------------------------------------------------------------- LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not a...
2003 Dec 05
1
Robust Covariance Estimation (NNVE) Package Released
...----------------------------- Adrian E. Raftery Professor of Statistics and Sociology Director, Center for Statistics and the Social Sciences University of Washington, Box 354320 Phone: (206) 543-4505 Seattle, WA 98195-4320. FAX: (206) 221-6873 Web: www.stat.washington.edu/raftery; www.csss.washington.edu ------------------------------------------------------------------- _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2003 Dec 05
1
Robust Covariance Estimation (NNVE) Package Released
...----------------------------- Adrian E. Raftery Professor of Statistics and Sociology Director, Center for Statistics and the Social Sciences University of Washington, Box 354320 Phone: (206) 543-4505 Seattle, WA 98195-4320. FAX: (206) 221-6873 Web: www.stat.washington.edu/raftery; www.csss.washington.edu ------------------------------------------------------------------- _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2005 Sep 23
4
books about MCMC to use MCMC R packages?
Dear list users, I need to learn about MCMC methods, and since there are several packages in R that deal with this subject, I want to use them. I want to buy a book (or more than one, if necessary) that satisfies the following requirements: - it teaches well MCMC methods; - it is easy to implement numerically the ideas of the book, and notation and concepts are similar to the corresponding R