search for: plsrglm

Displaying 4 results from an estimated 4 matches for "plsrglm".

2017 Aug 01
1
How automatic Y on install y/n prompts?
...uot;extraTrees"," > ipred","elasticnet","bst","brnn","Boruta","arm","elmNN"," > evtree","extraTrees","deepnet","kknn","KRLS","RSNNS","partDSA","plsRglm"," > quantregForest","ranger","inTrees") > >> new.packages <- list.of.packages[!(list.of.packages %in% > >> installed.packages()[,"Package"])] > >> if(length(new.packages)) install.packages(new.packages, dep = TRUE) >...
2017 Aug 01
0
How automatic Y on install y/n prompts?
...es"," >> ipred","elasticnet","bst","brnn","Boruta","arm","elmNN"," >> >evtree","extraTrees","deepnet","kknn","KRLS","RSNNS","partDSA","plsRglm"," >> quantregForest","ranger","inTrees") >> >> new.packages <- list.of.packages[!(list.of.packages %in% >> >> installed.packages()[,"Package"])] >> >> if(length(new.packages)) install.packages(new.packages, d...
2011 Feb 21
2
Regarding Soft Independent Modeling Computational Analysis
Hi I'm a B.E student pursuing my Project in the CEERI unit of the Council of Scientific and Industrial Research, Chennai, TN, India. I'm working on R -Language for my project. I'm in need of the functionality of SIMCA for the project. Is there any in-built function for SIMCA in R? Or are there people working on it? It would be a great help if you let us know as soon as possible.
2013 May 07
0
extracting the residuals from models working with ordinal multinomial data
Hello I am having some problems for extracting the residuals from models working with ordinal multinomial data. Either working with the polr() function or the plsRglm () function, the residuals are "NULL". I guess this is because the data is multinomial but I do not know how to solve it. I have read the following in internet: "can you tell us how residuals would be defined in principle for a model with categorical responses? If you do "your...