Displaying 2 results from an estimated 2 matches for "tempsummary".
2009 Feb 10
3
summary of a list
Hello,
I'm using the following for loop to find regression curves using a list of functions (formList), a list of starting
values (startList), uppervalues (upperList) and lower values (lowerList).
A sample of the list of function I use in the loop is the following:
FormList <- list(PTG.P ~ fz1(Portata, a, b), PTG.P ~ fz2(Portata, a, b), PTG.P ~ fz3(Portata,a, b, d, e),
PTG.P ~
2009 Feb 13
2
odfWeave & prettyR
...t;,
it works for the first part and then it makes a mess, i guess something might be wrong in my formatting or the
function R2html doesnt recognize the function if()
because i get errors like this one
"Error in parse(cmdcon) : unexpected 'if' at
1: for (i in 1:length(resultList)){ tempSummary <- try(summary(resultList[[i]]), silent = TRUE) if"
everytime there is a if.
I tried with the function htmlize and it works for the text (like summaries) but I didn't manage to get the plots on
the html file
I tried to use the funcion HTMLgraph but I couldn't understand what i...