search for: principle

Displaying 20 results from an estimated 4077 matches for "principle".

Did you mean: principles
2008 Mar 06
2
Principle component analysis function
Dear All, In a package, I want to use PCA function. The structure I used follow this page: http://www.statmethods.net/advstats/factor.html. fit<-principle(mydata, nfactors=9, rotation=TRUE) or: result<-PCA(mydata) But I don't known why R language in my computer noticed: "not found principle", "not found PCA". I download and installed R-2.6.2-win32.exe. Thanks alot for answering me. Hue University, VietNam. --...
2010 Jan 07
1
logistic regression based on principle component analysis
Dear all: I try to analyse a dataset which contain one binary response variable and serveral predict variables, but multiple colinear problem exists in my dataset, some paper suggest that logistic regression for principle components is suit for these noise data, but i only find R can done principle component regression using "pls" package, is there any package that can do the task i need - logistic regression based on principle components, if not, can anyone give some suggestion about how to use R to do m...
2004 May 26
3
Common principle components
Dear all, Can anyone point me to a package that can perform Common principle components? Thank you. Jos?? P. Granadeiro
2009 Jul 07
1
logic question
Setting: 200 input variables, 1 binary target variable. Run a principle component analysis on the data then use the output of the principle component analysis (the generated factors) as input into a neural network -but first having partitioned the pca data into training and testing sets so that a neural network model can be trained on the first partition and tested on...
2012 Sep 23
1
ruby koans don't understand the principle sandwhich code
...) open(file_name) do |file| count = 0 while line = file.gets count += 1 end count end end def test_open_handles_the_file_sandwich_when_given_a_block assert_equal __, count_lines3("example_file.txt") end end But I don''t get the principle. Can anyone explain this to me ? Roelof -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, s...
2002 Nov 04
0
uncertainty principle is untenable !!!
please reply to hdgbyi@public.guangzhou.gd.cn or bgpgong@hotmail.com, thank you. UNCERTAINTY PRINCIPLE IS UNTENABLE By reanalysing the experiment of Heisenberg Gamma-Ray Microscope and one of ideal experiment from which uncertainty principle is derived , it is found that actually uncertainty principle can not be obtained from these two ideal experiments . And it is found that uncertainty princ...
2002 Oct 16
0
uncertainty principle is untenable !!! (new)
please reply to hdgbyi@public.guangzhou.gd.cn or bcpgong@hotmail.com, thank you. UNCERTAINTY PRINCIPLE IS UNTENABLE By reanalysing the experiment of Heisenberg Gamma-Ray Microscope and one of ideal experiment from which uncertainty principle is derived , it is found that actually uncertainty principle can not be obtained from these two ideal experiments . And it is found that uncertainty princ...
2009 Aug 20
4
Principle components analysis on a large dataset
...memory" errors. I have tried also doing princomp in pieces, but this does not seem to quite work for our approach. Anything that might help much appreciated. If anyone has had experience doing this in R much appreciated. Thank you Misha -- View this message in context: http://www.nabble.com/Principle-components-analysis-on-a-large-dataset-tp25071267p25071267.html Sent from the R help mailing list archive at Nabble.com.
2005 Apr 05
2
Principle Component Analysis in R
Dear R Should I be concerned if the loadings to a Principle Component Analysis are as follows: Loadings: Comp.1 Comp.2 Comp.3 Comp.4 X100m -0.500 0.558 0.661 X200m -0.508 0.379 0.362 -0.683 X400m -0.505 -0.274 -0.794 -0.197 X800m -0.486 -0.686 0.486 0.239 Comp.1 Comp.2 Comp.3 Comp.4 SS loadings 1.00 1.00 1.00 1...
2011 Dec 21
0
the principle of the vm snapshot based on qemu-dm
Hi everyone, I'm not clear about the principle of the vm snapshot based on qemu-dm, so the following below maybe a joke. Sorry for that... register_savevm() included in ioemu-qemu-xen/hw/*.c covers various kinds of hardware in order to save the state of current running vm. In this way, the file saved by the cmd of 'xm save domain snap...
2013 Apr 25
1
Weighted Principle Components analysis
Hello! I am doing Principle Componenets Analysis using "psych" package: mypc<-principal(mydata,5,scores=TRUE) However, I was asked to run a case-weighted PCA - using an individual weight for each case. I could use "corr" from "boot" package to calculate the case-weighed intercorrelation mat...
2018 Aug 23
7
conflicted: an alternative conflict resolution strategy
...f introducing a few false negatives). The overarching goal is to ensure that code behaves identically regardless of the order in which packages are attached. - A number of packages provide a function that appears to conflict with a function in a base package, but they follow the superset principle (i.e. they only extend the API, as explained to me by Herv? Pages). conflicted assumes that packages adhere to the superset principle, which appears to be true in most of the cases that I?ve seen. For example, the lubridate package provides `as.difftime()` and `date()` which ex...
2016 Jun 08
1
[Bug 96443] New: Missrendering of Reflections in Talos Principle
https://bugs.freedesktop.org/show_bug.cgi?id=96443 Bug ID: 96443 Summary: Missrendering of Reflections in Talos Principle Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: freedeskt...
2005 May 09
1
units of a biplot
Hello everybody, I am afraid this might be a stupid question, but after scanning a little bit through the help archive and the internet, I didn't come up with an answer myself. I have done a principle component analysis on a data set, which yields the mean response of 14 olfactory neurons to 16 different odors. When plotting the result in a biplot, it nicely shows me the odors in different positions in the principle component space. Additionally, the neurons are shown as vectors within this...
2008 Mar 05
2
Principle component analysis
...unction not run although I try many times. Would you please hepl me and explain how to read the PCA map (both of rotated and unrotated) in a concrete example. 2) Where I can find document relate: Plan S(A), S(A*B), S(A)*B? Thanks alot. -- View this message in context: http://www.nabble.com/Principle-component-analysis-tp15846902p15846902.html Sent from the R help mailing list archive at Nabble.com.
2010 Jun 12
0
[PATCH] ActionDispatch MemCacheStore violates encapsulation principle
When pass :cache param to ActionDispatch::Session::MemCacheStore, it should be removed from options, otherwise it remains "published". This violates the OOP encapsulation principle. I created a LH ticket with a patch http://bit.ly/cGDaWs Luca -- lucaguidi.com twitter.com/jodosha -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsu...
2017 Mar 17
0
RFC: (in-principle) native unquoting for standard evaluation
...ossibly reiterating past threads -- > searching didn't turn up much) on the possibility of supporting standard > evaluation unquoting at the language level. This has been brought up in a > recent similar thread here [1] and on Twitter [2] where I proposed the > following desired (in-principle) syntax > > f <- function(col1, col2, new_col_name) { > mtcars %>% mutate(@new_col_name = @col1 + @col2) > } > > or closer to home > > x <- 1:10; y <- "x" > data.frame(z = @y) > > where @ would be defined as a unary pref...
2008 May 25
1
marginality principle / selecting the right type of SS for an interaction hypothesis
Hello, I have a problem with selecting the right type of sums of squares for an ANCOVA for my specific experimental data and hypotheses. I do have a basic understanding of the differences between Type-I, II, and III SSs, have read about the principle of marginality, and read Venable's "Exegeses on Linear Models" (http://www.stats.ox.ac.uk/pub/MASS3/Exegeses.pdf). I am pretty new to R and a search of the R-help archive did not answer my question (although I found some good pointers). In brief, leaving my covariates aside, I hypo...
2006 Mar 23
8
DRY principle - how to implement?
...9;'").id to set status of record, or it would be better to set ''code'' as foreign key instead of ''id''. That way I could write: 2) record.status_code = ''sent''; I am not sure which is better way to do this, especially according to DRY principle of Rails; in first case it seems that I have one more SQL statement in for every record processed. Second way does not seems preferred in Rails (or I just didn''t see it anywhere?) Does anyone have any suggestion about these? Thanks in advance, Bojan -- Bojan Mihelac Informatika Mihel...
2013 May 16
2
A function that can modify an object? Or at least shows principles how to modify an object?
...8, does not have any info in general, but a collaborator is saying that he needs the bbb8888 for documentation in the UUU object. A solution is to rerun the analysis, but the list is very long, the analysis will take 1 day. Is there any ready function that can modify an object? Or at least shows principles how to modify an object? I have labeled elements of U2 as (e) which needs an NA in the second position; (d) needs a name bbb8888 as a second column and as a second row and correspondingly in its rows and columns use value 1.0; NO change for (c); adding 0.0 in the second position for (b); and NO...