search for: bruto

Displaying 15 results from an estimated 15 matches for "bruto".

Did you mean: bruno
2007 Apr 09
1
Could not fit correct values in discriminant analysis by bruto.
Shuji, I suspect that bruto blows up because your data are linearly separable. To see this (if you didn't already know), try library(lattice) splom(~x, groups = y) and look at the first row. If you are trying to do classification, there are a few methods that would choke on this (logistic regression) and a few tha...
2000 May 01
1
GAMs under R?
...> >gam(): no, it is not there. Look at the original code to see one reason >why: it is highly convoluted and not at all well documented. I think >additive models have been greatly over-sold in certain statistical circles, >but if you want to use them for least-squares fitting, try bruto (in >package mda on CRAN) instead as at least that makes a sensible attempt to >choose the smoothness of the variable transformations. The restriction "for least-squares fitting" is crucial. bruto is a form of additive model fitting, not *generalized* additive model fitting. If y...
2009 Mar 05
0
predict.fda - NAs are not allowed in subscripted assignments
Dear R users, I'm trying to perform flexible discriminant analysis (fda) with method bruto. I applied the fda function on my training data: bruto.fda <- fda (fda.formula,data=train.data) where fda.formula is: PRES ~ VA_D123 + VA_D124 + VA_D127 + VA_DARU + VA_DCAN + VA_DFON + VA_DLAP + VA_DRID + VA_DRIR + VA_VVEG + VA_WDIN + VA_DIF3 + VA_DIF4 + VA_DIF5 + VA_CAAC + VA_CAB...
2020 Apr 14
3
desagregar distribución de frecuencias
...rabajo con datos de abundancia (número de individuos) por tallas (medidas al medio centímetro inferior) de diferentes especies de peces y mis datos base son el número medido de peces por talla. Necesitaría vuestra ayuda para transformar las distribuciones de frecuencias de talla a los datos brutos que las generaían. Es decir, pasar de algo como esto 8           1 8.5        3 9          5 10        7 10.5     4 11        2 11.5     1 A esto 8 8.5 8.5 8.5 9 9 9 9 9 10 10 10 10 10 10 10 10.5 10.5 10.5 10.5 11 11 11.5 Gracias de antemano y mucho ánimo para estos tiempos inciertos que vivimos....
2004 Apr 06
4
missing values for mda package
Dear helpers, I am trying to use the mda package downloaded from the R website, but the data set has missing values so I got an error message. Should I manually handle these missing values? I was trying to read the documents to specify any option related to missing values, but I did not find it. Please forgive me if I ignore something obvious. Thanks, Zhu Wang Statistical Science Department
1998 Apr 17
1
development mda package
NEW: CRAN/src/contrib/devel/mda_0.1-1.tar.gz I have made a first shot at porting the Hastie & Tibshirani mda package t= o R ... this is almost not tested at all ... but it works for the iris data and what else could a statistician be possibly interested in anyway = :-) All BRUTO stuff is missing because there are some unresolved symbols: R.binary: can't resolve symbol 'sgram_' R.binary: can't resolve symbol 'd_sign' R.binary: can't resolve symbol 'pack_' R.binary: can't resolve symbol 'unpack_' R.binary: can't r...
2011 Aug 15
3
desagregación temporal
Estimados usuarios de R: Tengo que hacer una desagregación temporal de una serie anual del producto interno bruto en trimestral. ¿Hay alguna forma de utilizar la librería en matlab de Quilis de desagregación temporal en R? La libreria se puede bajar de http://www.mathworks.com/matlabcentral/fileexchange/24438-temporal-disaggregation-library Saludos, Sebastián.
2005 Jun 24
1
mulitple mixed regression with spline
Hi, I'm looking to implement a regression with mixed terms. I have 2 biological endpoints for a dataset of n=77, one linearly related and the other fits a spline. I want to combine these two terms in a linear regression for prediction, then apply the model to a test set. this works fine, good r2 and I've graphed the spline. m1<-lm(y~x1,data=train) m2<-smooth.spline(x2,y); (spl)
2000 Oct 03
5
Where is gam?
I noticed that there is no generalised additive model functions in R (1.1.1) ... is there a package that implements them? Thanks Prasad ***************************************************************** Mr. Anantha Prasad, Ecologist/GIS Specialist USDA Forest Service, 359 Main Rd. Delaware OHIO 43015 USA Ph: 740-368-0103 Email: aprasad at fs.fed.us Web:
2014 Jun 23
2
Resumen de R-help-es, Vol 64, Envío 33
...propia librería la que se encarga de calcular TPR, FPR (entre otros muchos indicadores como los que pones en tu código -ojo que FPR es (1-specificity). Con ese cálculo se genera un objeto R que facilita luego el dibujo, así como el cálculo de área bajo la curva, etc. Así que si tienes los datos en bruto ambas librerías te facilitarán mucho todo el proceso. - Tanto ROCR como pROC incorporan funciones para ROC estáticas (las medidas no son repetidas en el tiempo, se suponen casos independientes). ROCR genera gráficos más vistosos (va en gustos y depende de muchas cosas, ojo) y quizás sea más fácil d...
2000 Apr 30
0
Help Need with aov()
Hi there, I'm using R1.0.1 Windows 98. This file contains some inputs and an aov function code. Can someone check it for me? Somehow I got completely different answer when typing them in R and in Splus. Splus gives me this: > summary( Turnip.aov ) Error: Blocks Df Sum of Sq Mean Sq F Value Pr(F) Residuals 3 163.7367 54.57891 Error: Plots %in% Blocks
2017 Jul 13
2
consulta por varTypes de sqlSave en RODBC
Hola Javier, si no estoy entendiendo mal, lo q deseo hacer no se trata de configurar los parametros SQL, sino solo de colocar un vector en el argumento VarTypes de la funcion sqlSave. El manual especifica esa opcion, pero no da ningun ejemplo de como usarla. *varTypes an optional named character vector giving the DBMSs datatypes to be used for* *some (or all) of the columns if a table is to be
2019 May 16
2
Como reordenar datos para analisis multiples correspondencias (MCA)
Muchas gracias, Javier, por tu explicación. Los dotos que manejo son todos datos linguisticos individualizados según variables geográficas y sociologicas; o sea que no hay que preocuparse demasiado por la peligrosidad de mis aseveraciones. El ejemplo lo hice a lo bruto para que se entendiera cómo se estructuran los datos, pensando que así no generaría distración sobre el objeto de mi problema. Lo de las alergias es porque mi hijo empezó ahora con alergias a esto y aquello, me pareció didáctico. Como Bart Simpson hablando de sus zapatos. Lo que quiero hacer no me...
2002 Dec 18
6
Can I build an array of regrssion model?
Hi, I am trying to use piecewise linear regression to approximate a nonlinear function. Actually, I don't know how many linear functions I need, therefore, I want build an array of regression models to automate the approximation job. Could you please give me any clue? Attached is ongoing code: rawData = scan("c:/zyang/mass/data/A01/1.PRN", what=list(numeric(),numeric())); len =
2019 May 15
2
Como reordenar datos para analisis multiples correspondencias (MCA)
Es evidente que no soy demasiado ingenioso, porque con todo lo que me ayudaron, terminé pasando horas hasta que lo conseguí (y una vez conseguido pienso que tendría que haber tardado menos de la cuarta parte). Gracias, Jorge, también. Así que, desde este estado mental que describo, vengo con una pregunta que más que de R es de teoría del análisis de datos. Una vez que consigo que los datos se me