similar to: Data arrangement for PLSDA using the ropls package

Displaying 20 results from an estimated 100 matches similar to: "Data arrangement for PLSDA using the ropls package"

2017 Sep 18
1
Data arrangement for PLSDA using the ropls package
Hello, I would like to do a partial least square discriminant analysis (PLSDA) in R using the package "ropls" Which is in R available via the R command : source("https://bioconductor.org/biocLite.R") I try to do a PLSDA to illustrate the impact of two genders (AP,C) on 5 compounds measured in persons (samples) should be illustrated. When I try to do a PLSDA I get the warning
2017 Sep 18
0
Q2/R2 ratio in PLSDA
Hello, I would like to perform a Partial least square discriminate analysis (PLSDA) in R. To do this I use the package mixOmics. I could perform the PLSDA in R. however I would also like to perform a leave-one-out cross validation in order to assess the performance of my model. My supervisor told me that I should focus on the R2/Q2 ratios. However when I read the instruction for running the
2009 May 08
1
What package I use to draw 3D plot after plsda?
Hi. I was used to draw 2D plot to show distribution of my samples. It was very powerful in small samples. Recently , I handle a lot of type of samples as more 15. so, I want to use more dimention. I was used that I conduct plsda function and draw biplot, such as, p1=plsda(mw, sp) biplot(p1) How can I draw 3D graph with my data?? I don't know exactly numerical value each spot. please,
2012 Dec 23
0
permutation test for PLS/PLSDA
Hi, Is there any R package doing permutation/randomization test for PLS/PLSDA? I found some codes for MatLab, but I want to use R program. Thank you very much in advance. Kohkichi Hosoda
2013 Mar 02
2
caret pls model statistics
Greetings, I have been exploring the use of the caret package to conduct some plsda modeling. Previously, I have come across methods that result in a R2 and Q2 for the model. Using the 'iris' data set, I wanted to see if I could accomplish this with the caret package. I use the following code: library(caret) data(iris) #needed to convert to numeric in order to do regression #I
2008 Sep 06
0
New caret packages
New major versions of the caret packages (caret 3.37, caretLSF 1.23 and caretNWS 0.23) have been uploaded to CRAN. caret is a package for building and evaluating a wide variety of predictive models. There are functions for pre-processing, tuning models using resampling, visualizing the results, calculating performance and estimating variable importance. caretNWS and caretLSF are two parallel
2008 Sep 06
0
New caret packages
New major versions of the caret packages (caret 3.37, caretLSF 1.23 and caretNWS 0.23) have been uploaded to CRAN. caret is a package for building and evaluating a wide variety of predictive models. There are functions for pre-processing, tuning models using resampling, visualizing the results, calculating performance and estimating variable importance. caretNWS and caretLSF are two parallel
2009 May 08
0
I need your help about graph. I would like to give color to text in the graph.
Hi. I want to show easily classified samples in the one biplot. My samples have 14 types and each type have 21 samples So, I cannot understand distribution of samples after plsda. I want to give a color each types text in the graph. How can I do that? [[alternative HTML version deleted]]
2012 Mar 05
0
3rd attempt R2 and Q2 from pls regression
Greetings R users, I have been hoping someone would be familiar with this topic. I understand fully everything on this list is from the good graces of those who wish to help. Thanks to those who have helped in multiple circumstances. However, I wanted to post this question once more. I hope someone will read it and perhaps have some additional insight into what I may be able to do. Thank
2012 Feb 09
0
Cumulative R2 and Q2 values?
Greetings R users, I have been working on running plsda and I would like to have the R2 and Q2 values. I know the function R2 from the 'pls' package will generate both R2 and Q2 but they are for each separate class. Is there a way to get the cumulative R2 and Q2 for the whole model? R2(pls.new, estimate="all") Response: B (Intercept) 1 comps 2 comps train
2007 Nov 29
0
New versions of the caret (3.08) and caretLSF (1.12) packages
New versions of the caret (3.08) and caretLSF (1.12) packages have been released. caret (short for "Classification And REgression Training") aims to simplify the model building process. The package has functions for data splitting, pre-processing and model tuning, as well as other miscellaneous functions. In the new versions: - The elasticnet and the lasso (from the enet package)
2007 Nov 29
0
New versions of the caret (3.08) and caretLSF (1.12) packages
New versions of the caret (3.08) and caretLSF (1.12) packages have been released. caret (short for "Classification And REgression Training") aims to simplify the model building process. The package has functions for data splitting, pre-processing and model tuning, as well as other miscellaneous functions. In the new versions: - The elasticnet and the lasso (from the enet package)
2009 Jan 25
0
caret version 4.06 released
Version 4.06 of the caret package was sent to CRAN. caret can be used to tune the parameters of predictive models using resampling, estimate variable importance and visualize the results. There are also various modeling and "helper" functions that can be useful for training models. caret has wrappers to over 50 different models for classification and regression. See the package
2009 Jan 25
0
caret version 4.06 released
Version 4.06 of the caret package was sent to CRAN. caret can be used to tune the parameters of predictive models using resampling, estimate variable importance and visualize the results. There are also various modeling and "helper" functions that can be useful for training models. caret has wrappers to over 50 different models for classification and regression. See the package
2011 Aug 25
1
How to vary the distance between the pairs of a side-by-side barplot?
Hello, for my project I wanted to create a side-by-side barplot. For each of 143 treatments there are always two measurement. This two measurements (a pair) are represented by a red resp. a yellow bar. I was able to write the code for the side-by-side barplot. Unfortunately however I am not able to vary the distance between the measurement pairs ( the distance from one red-yellow bar pair to the
2008 Dec 09
1
Can elastic net do binary classification?
Hi, List The elastic net package (by Hastie and Zou at Stanford) is used to do regularization and variable selection, it can also do regression. I am wondering if it can perform binary classification (discrete outcome). Anybody having similar experience? Many thanks, -Jack [[alternative HTML version deleted]]
2009 May 07
1
I need your help about plsr
Hi, I need your help, so I send letter to you. I have a problem about plsr in pls package. I want to show how classfied or related each ohter samples, so I tried to use plsr and biplot. But, I failed. Because, I had to change data type of my sample. Unfortunately, I didn't know how change data type. I want you to help me about that. please, help me. I show you my sample data , my scripts
2012 Oct 19
0
Lattice bwplot: Adding mean with panel.points fails in vertical arrangement
Dear collegues, given a structure of data like this: ###### Data ########################### set.seed(100) a <- rnorm(60,10,3) s <- c(rep("A",20),rep("B",20),rep("C",20)) p <- c(rep("d",6),rep("e",6),rep("f",6),rep("g",6),rep("h",6)) df <- data.frame(a,s,p) i would like to draw a lattice bwplot in
2008 Mar 31
1
question about levelplot panel arrangement
The default arrangement of multiple panels in a lattice plot is from bottom left to top right. Are there any ways to change that, for example, from top left to bottom right? Thank you. J.P.
2005 Mar 02
1
e164.org and FWD now have peering arrangement
There is now a peering arrangement between e164.org and FreeWorldDialup which means any and all subscribers on FWD are now easily able to make enum calls by prefixing their call with **164, like wise it's almost as simple to make a call to FWD by hitting 8829990<fwd number> This means that for those of you wanting to send/receive calls to/from FWD subscribers you can now do so, easily